Changed logging level from debug to info (Server).

This commit is contained in:
North 2011-08-22 16:25:31 +03:00
parent abda017e08
commit 8fbc9da473

View file

@ -1,5 +1,5 @@
#default levels
log4j.rootLogger=debug, console, logfile
log4j.rootLogger=info, console, logfile
#console log
log4j.appender.console=org.apache.log4j.ConsoleAppender