Date: Wednesday, April 5, 2006 @ 09:26:37
  Author: csaba
    Path: /cvsroot/carob/libmysequoia/config

Modified: logger.conf (1.1 -> 1.2)

Set the default loglevel to ERROR.


-------------+
 logger.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: libmysequoia/config/logger.conf
diff -u libmysequoia/config/logger.conf:1.1 libmysequoia/config/logger.conf:1.2
--- libmysequoia/config/logger.conf:1.1 Tue Mar  7 14:46:58 2006
+++ libmysequoia/config/logger.conf     Wed Apr  5 09:26:37 2006
@@ -7,5 +7,5 @@
 log4j.appender.file.layout=org.apache.log4j.PatternLayout
 log4j.appender.file.layout.ConversionPattern=%d %p %t %c (%F:%L) - %m%n
 
-# Print only messages of level DEBUG or above in the namespace MySQLAPI.
-log4j.logger.MySQLAPI=DEBUG
+# Print only messages of level ERROR or above in the namespace MySQLAPI.
+log4j.logger.MySQLAPI=ERROR

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to