configurationengine/source/scripts/logging.ini
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
--- a/configurationengine/source/scripts/logging.ini	Fri Mar 12 08:30:17 2010 +0200
+++ b/configurationengine/source/scripts/logging.ini	Tue Aug 10 14:29:28 2010 +0300
@@ -33,10 +33,8 @@
 args=('%(logfile)s','w')
 
 [formatter_consoleFormatter]
-format=%(levelname)-8s: %(name)s 
- %(message)s
+format=%(levelname)s: %(name)s %(message)s
 datefmt=%m-%d %H:%M
 
 [formatter_fileFormatter]
-format=%(asctime)s %(levelname)-8s: %(name)s 
- %(message)s
\ No newline at end of file
+format=%(asctime)s %(levelname)-8s: %(name)s %(message)s
\ No newline at end of file