Ed Leafe wrote: > On Oct 6, 2010, at 12:08 PM, Jim Byrnes wrote: > >> Did something change or am I just remembering wrong? > > > Yes. Logging changed dramatically. We've dropped the self-written > logging we had in Dabo in favor of the standard Python logging > module. > > There is provision for both a dbConsoleLog and a dbFileLog. To enable > the console output, you need to set that handler to the INFO level; > default is ERROR level. > > dabo.dbConsoleLogHandler.setLevel(logging.INFO) > > > > -- Ed Leafe >
OK, thanks. Regards, Jim _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
