core-admin/qubes
Marek Marczykowski-Górecki 539a46ca9a core/log: do not attach multiple handlers to the same logger
logging.getLogger when given the same name twice, will return the same
object. Do not attach handler there every time, it will really open new
file, leading to multiplicated log entries and depleting file
descriptors.

QubesOS/qubes-issues#1697
2016-03-03 01:18:15 +01:00
..
ext qubes: pylint fixes 2015-10-05 23:49:39 +02:00
qmemman Merge remote-tracking branch 'marmarek/master' into core3-devel 2016-03-03 01:13:51 +01:00
storage storage: few more merge fixes 2016-03-03 01:18:15 +01:00
tests Merge remote-tracking branch 'marmarek/master' into core3-devel 2016-03-03 01:13:51 +01:00
tools Merge remote-tracking branch 'marmarek/master' into core3-devel 2016-03-03 01:13:51 +01:00
vm vm: fix calling monitor layout notifier 2016-03-03 01:18:15 +01:00
__init__.py core: handle default template 2016-03-03 01:18:15 +01:00
_pluginloader.py qubes: pylint fixes (disable unfounded messages) 2015-06-29 17:39:27 +02:00
config.py Fix most errors from pylint 2016-03-03 01:14:54 +01:00
dochelpers.py qubes: Documentation for qubes.tools 2015-06-29 17:39:28 +02:00
events.py qubes: pylint fixes 2015-10-05 23:49:39 +02:00
exc.py core3: add different exceptions 2015-10-17 00:17:12 +02:00
log.py core/log: do not attach multiple handlers to the same logger 2016-03-03 01:18:15 +01:00
plugins.py qubes: fix VM instantiation and loading 2015-06-29 17:39:27 +02:00
rngdoc.py qubes: pylint fixes (small mistakes and wrong names) 2015-06-29 17:39:27 +02:00
utils.py Fix most errors from pylint 2016-03-03 01:14:54 +01:00