On 12/28/21 12:32 AM, roee klinger wrote:
> I am running Squid inside a Docker container, and I am using an external
> helper, I am trying to get the logs from the external helper to go to
> Docker logs (stdout).
>
> Currently, I am writing the logs to a file, which works, but I would
> like to ge
On 28/12/21 19:01, roee klinger wrote:
stdout of the helper is the channel to respond to Squid requests. Do not
send other information there.
Helper debug info etc should go to the helper stderr which Squid will
deliver to cache.log.
Thank you, Amos.
I am glad there is a buil
>
> stdout of the helper is the channel to respond to Squid requests. Do not
> send other information there.
Helper debug info etc should go to the helper stderr which Squid will
> deliver to cache.log.
Thank you, Amos.
I am glad there is a built-in way to handle this.
However, I tried puttin
On 28/12/21 18:32, roee klinger wrote:
Hey,
I am running Squid inside a Docker container, and I am using an external
helper, I am trying to get the logs from the external helper to go to
Docker logs (stdout).
Currently, I am writing the logs to a file, which works, but I would
like to get t
Hey,
I am running Squid inside a Docker container, and I am using an external
helper, I am trying to get the logs from the external helper to go to
Docker logs (stdout).
Currently, I am writing the logs to a file, which works, but I would like
to get them to stdout instead, however, Squid redirec
On 26.04.16 15:20, Aashima Madaan wrote:
I have kept squid between a proxy and a server. Requests and response pass
from proxy to squid to server and back.
between? Squid is a proxy, do you connect one proxy through another proxy?
Why?
--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Read squid.cache.documented carefully again:
# LOGFILE OPTIONS
#
-
# TAG: logformat
#Usage:
#
#logformat
#
#Defines an access log format.
#
#The is a
Hey,
I have kept squid between a proxy and a server. Requests and response pass
from proxy to squid to server and back.
Does squid has any other logs except cache.log and access.log? are there
any ways to improve squid logging or enable any debug logs?
Thanks
Aashima
___