From 1c5fca9a583dafdd24df61dcfbfc282d57a62115 Mon Sep 17 00:00:00 2001 From: okybaca Date: Sun, 26 Nov 2023 12:24:09 +0100 Subject: changed network operation log category from YACY to NETWORK --- defaults/yacy.logging | 3 +++ 1 file changed, 3 insertions(+) (limited to 'defaults') diff --git a/defaults/yacy.logging b/defaults/yacy.logging index c0a0f5d2c..c512fd20c 100644 --- a/defaults/yacy.logging +++ b/defaults/yacy.logging @@ -10,10 +10,13 @@ # INFO regular action information (i.e. any httpd request URL) # CONFIG regular system status information (i.e. start-up messages) # FINE in-function status debug output +# FINER more details in debug output +# FINEST even more details in debug output BASE64.level = OFF PARSER.level = INFO PROXY.level = INFO YACY.level = INFO +NETWORK.level = INFO HTCACHE.level = INFO PLASMA.level = INFO SERVER.level = INFO -- cgit v1.2.3