Re: [squid-users] Setting logfile_daemon

2015-07-03 Thread Amos Jeffries
On 4/07/2015 1:20 a.m., Byron Mackay wrote: >> Did you compile the new helper? >> What happens if you run it manually? > > That was it! I admit that I'm new to the space, but I still should have > tried to understand basic c++ first. I got it to run manually on my Mac, > but it looks like I need t

Re: [squid-users] Setting logfile_daemon

2015-07-03 Thread Byron Mackay
> Did you compile the new helper? > What happens if you run it manually? That was it! I admit that I'm new to the space, but I still should have tried to understand basic c++ first. I got it to run manually on my Mac, but it looks like I need to compile it on Ubuntu instead of just throwing it up

Re: [squid-users] Setting logfile_daemon

2015-07-02 Thread Amos Jeffries
On 3/07/2015 9:07 a.m., Byron Mackay wrote: > I'm running Squid 3.3.8 on Ubuntu inside a Docker container and I want to > add a custom logger. I want to keep what the current logger is doing and > append a few things, so I simply copied the default logger's source ( > http://www.squid-cache.org/Doc

[squid-users] Setting logfile_daemon

2015-07-02 Thread Byron Mackay
I'm running Squid 3.3.8 on Ubuntu inside a Docker container and I want to add a custom logger. I want to keep what the current logger is doing and append a few things, so I simply copied the default logger's source ( http://www.squid-cache.org/Doc/code/log__file__daemon_8cc_source.html) and put it