summaryrefslogtreecommitdiffstats
path: root/ipapython/log_manager.py
Commit message (Expand)AuthorAgeFilesLines
* Fix minor typosYuri Chornoivan2016-06-161-1/+1
* pylint: remove bare exceptMartin Basti2016-03-221-1/+1
* Enable pylint trailing-whitespace checkMartin Basti2015-12-231-1/+1
* Use sys.maxsize instead of sys.maxintPetr Viktorin2015-10-071-6/+6
* Use the print functionPetr Viktorin2015-09-011-1/+2
* Use six.string_types instead of "basestring"Petr Viktorin2015-09-011-9/+11
* Replace dict.has_key with the 'in' operatorPetr Viktorin2015-08-121-1/+1
* Modernize 'except' clausesPetr Viktorin2015-08-121-2/+2
* Add Nose plugin for BeakerLib integrationPetr Viktorin2013-06-171-6/+13
* Fix various typos.Yuri Chornoivan2012-09-181-1/+1
* Restore default log level in server to INFOJohn Dennis2011-12-011-4/+39
* ticket 2022 - modify codebase to utilize IPALogManager, obsoletes loggingJohn Dennis2011-11-231-234/+1
* ticket 2022 - Add log manager moduleJohn Dennis2011-11-231-0/+1748