← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~trb143/openlp/working into lp:openlp

 

Review: Needs Fixing
Please leave these at "info" - I changed the default logging level to "warning" in preparation for Alpha1 and subsequent releases. We have so much "info" level logging it's slowing the application down. Warnings are meant for exactly that, to warn the user that something non-critical has gone wrong.

8	- log.info(u'Openlp version %s build %s' % (
9	+ log.warn(u'Openlp version %s build %s' % (

30	- log.info(u'Plugin manager done init')
31	+ log.warn(u'Plugin manager Initialised')

50	+ log.warn(u'Finalisation Complete for %s ' % plugin.name)


-- 
https://code.launchpad.net/~trb143/openlp/working/+merge/18762
Your team OpenLP Core is subscribed to branch lp:openlp.



References