* Use syslog-compatible logging levels in lprintf(); the loglevel chosen
[citadel.git] / citadel / sysconfig.h
index 1bc35fae2ff02995fdcc610a19d799d06c983423..7ebdec079bf3edb2b8c18053a98a9235edbd1454 100644 (file)
@@ -37,8 +37,9 @@
 
 /*
  * Logging level to use if none is specified on the command line.
+ * Note that this will suppress messages before they even get to syslog().
  */
-#define DEFAULT_VERBOSITY      9
+#define DEFAULT_VERBOSITY      7