diff options
| author | Michael Christen <Orbiter@users.noreply.github.com> | 2023-12-03 16:40:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-03 16:40:21 +0100 |
| commit | d097a642c290c484a7bf5455805f1fe3e623ae67 (patch) | |
| tree | 5c41a77bea22916560b518091a9a47e083842f7d /defaults | |
| parent | 6d5e9ff53f4090e24a0cbe601df5665fb10b6ddf (diff) | |
| parent | 7831f294a962f23640035731ac61c125e0390f02 (diff) | |
Merge pull request #615 from okybaca/logging2
Logging unclutter
Diffstat (limited to 'defaults')
| -rw-r--r-- | defaults/yacy.logging | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/defaults/yacy.logging b/defaults/yacy.logging index b6800aed6..c519e2ef2 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 |
