public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] squid: Comment out access.log in rootfile
@ 2024-07-08 11:48 Adolf Belka
  2024-07-08 11:55 ` Adolf Belka
  2024-07-08 15:33 ` Michael Tremer
  0 siblings, 2 replies; 3+ messages in thread
From: Adolf Belka @ 2024-07-08 11:48 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 862 bytes --]

- Everytime an update has been done on squid the access.log file has been replaced with an
   empty file, losing whatever messages have been in the log.
- This has been the case since squid was implemented in IPFire.
- Update of rootfile to comment out var/log/squid/access.log

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/common/squid | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/rootfiles/common/squid b/config/rootfiles/common/squid
index 50c77a114..4f92469e3 100644
--- a/config/rootfiles/common/squid
+++ b/config/rootfiles/common/squid
@@ -2345,6 +2345,6 @@ var/ipfire/updatexlrator/bin/lscache
 var/ipfire/updatexlrator/updxlrator-lib.pl
 var/log/cache
 #var/log/squid
-var/log/squid/access.log
+#var/log/squid/access.log
 var/log/updatexlrator
 #var/logs
-- 
2.45.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-07-08 15:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-08 11:48 [PATCH] squid: Comment out access.log in rootfile Adolf Belka
2024-07-08 11:55 ` Adolf Belka
2024-07-08 15:33 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox