]> the.earth.li Git - onak.git/commitdiff
Decrease default log level.
authorJonathan McDowell <noodles@earth.li>
Tue, 14 Sep 2004 17:42:40 +0000 (17:42 +0000)
committerJonathan McDowell <noodles@earth.li>
Tue, 14 Sep 2004 17:42:40 +0000 (17:42 +0000)
Log level in onak.conf.in was for TRACE upwards; lower this to NOTICE.

onak.conf.in

index 56533ced2e457bc5c135b385960c02eb030bb0d8..c194142cd9b5a315b5c04be92862aeceb517eac5 100644 (file)
@@ -6,7 +6,7 @@ pks_bin_dir @BINDIR@
 db_dir @STATEDIR@/lib/onak
 logfile @STATEDIR@/log/onak.log
 # Loglevel : 0 is highest debug, default is 3, nothing is 7+
-loglevel 0
+loglevel 3
 
 ### Set www_port to the port on which HTTP requests should be accepted.
 ### If you do not want to process HTTP requests, set this to 0.