From 17fdc00968dc7eca13fbb22ef1c68c1af0968e99 Mon Sep 17 00:00:00 2001
From: Jonathan McDowell <noodles@earth.li>
Date: Tue, 14 Sep 2004 17:42:40 +0000
Subject: [PATCH] Decrease default log level. Log level in onak.conf.in was for
 TRACE upwards; lower this to NOTICE.

---
 onak.conf.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/onak.conf.in b/onak.conf.in
index 56533ce..c194142 100644
--- a/onak.conf.in
+++ b/onak.conf.in
@@ -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.
-- 
2.39.5