Only seed database for Debian install if we're using default config
[onak.git] / log.c
diff --git a/log.c b/log.c
index dc8c2e8d6198c418f92fab0d75d182044ec06b30..bb7461b67ec3374d1150fb429e985800c2bf7df5 100644 (file)
--- a/log.c
+++ b/log.c
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2003 Project Purple
- *
- * $Id: log.c,v 1.4 2003/06/04 20:57:10 noodles Exp $
  */
 
 #include <stdarg.h>
@@ -24,7 +22,7 @@
  *     logs - if we're asked to log something below this level we won't output
  *     it.
  */
-static loglevels logthres = LOGTHING_DEBUG;
+static loglevels logthres = LOGTHING_NOTICE;
 
 /*
  *     logappname - the name of the application using us.