1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-06-17 20:54:21 +00:00

disable cache_log (duplicated to stdout)

This commit is contained in:
2019-08-11 13:03:36 +03:00
parent e2bc962b39
commit b15fe81ac6

@ -1,4 +1,4 @@
logfile_rotate 0 logfile_rotate 0
cache_store_log none cache_store_log none
access_log stdio:/proc/self/fd/1 access_log stdio:/proc/self/fd/1
cache_log stdio:/proc/self/fd/2 cache_log /dev/null