dabo Commit Revision 5960 Date: 2010-08-22 14:20:27 -0700 (Sun, 22 Aug 2010) Author: Ed Trac: http://trac.dabodev.com/changeset/5960
Changed: U trunk/dabo/logging.conf Log: Removed the spaces after each key name. Diff: Modified: trunk/dabo/logging.conf =================================================================== --- trunk/dabo/logging.conf 2010-08-22 20:18:49 UTC (rev 5959) +++ trunk/dabo/logging.conf 2010-08-22 21:20:27 UTC (rev 5960) @@ -1,8 +1,8 @@ [loggers] -keys=root, daboLog, dbActivity +keys=root,daboLog,dbActivity [handlers] -keys=consoleHandler, fileHandler, dbHandler +keys=consoleHandler,fileHandler,dbHandler [formatters] keys=basicFormatter @@ -13,7 +13,7 @@ [logger_daboLog] level=DEBUG -handlers=consoleHandler, fileHandler +handlers=consoleHandler,fileHandler qualname=dabo.mainLog propagate=0 _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
