summaryrefslogtreecommitdiff
path: root/gbp/log.py
AgeCommit message (Expand)AuthorFilesLines
2015-02-17log: don't crash getLogger if getting the root loggerMarkus Lehtonen1-1/+1
2014-12-18log: don't initialize handlers in GbpLogger initMarkus Lehtonen1-11/+19
2014-11-14log: don't propagate to ancestor loggersMarkus Lehtonen1-0/+2
2014-11-14CentOS compatibility: make GBP work with older python2.6Zhang Qiang1-3/+3
2014-11-14log: don't automatically setup gbp-specific loggerMarkus Lehtonen1-6/+17
2014-11-14log: fix auto colorizing for custom streamsMarkus Lehtonen1-1/+1
2013-11-06log: add error and warning aliasesGuido Günther1-0/+6
2013-01-16log: make color setting a tristate on/off/autoMarkus Lehtonen1-20/+17
2012-11-25gbp.log: Improve error message on broken color listsGuido Günther1-0/+5
2012-11-25log: add support for setting the color schemeMarkus Lehtonen1-2/+29
2012-11-25gbp.log: lowercase the levelnameGuido Günther1-0/+1
2012-11-25log: rewrite the module to use Python logging moduleMarkus Lehtonen1-72/+94
2011-11-30Remove unused moduleGuido Günther1-1/+0
2011-02-08logging: don't use color inside Emacs's comint shellGuido Günther1-3/+13
2011-01-08Use tristate option for --color=valueGuido Günther1-2/+3
2010-12-25Initialize Logger.get_color{,off}Guido Günther1-0/+1
2010-11-16Add logging functionsGuido Günther1-0/+110