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

* Re: [PATCH] squid: Comment out access.log in rootfile
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Adolf Belka @ 2024-07-08 11:55 UTC (permalink / raw)
  To: development

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

Hi All,

Forgot to add a tag to identify that this was discovered by Peter Müller
https://lists.ipfire.org/hyperkitty/list/development(a)lists.ipfire.org/thread/QNRP6VHFPE5MSXQ45S4WLH36HRWCIYWP/

Regards,
Adolf.


On 08/07/2024 13:48, Adolf Belka wrote:
> - 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

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

* Re: [PATCH] squid: Comment out access.log in rootfile
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Tremer @ 2024-07-08 15:33 UTC (permalink / raw)
  To: development

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

Thank you. Merged.

> On 8 Jul 2024, at 12:48, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
> 
> - 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