summaryrefslogtreecommitdiffstats
path: root/ipapython/ipa_log_manager.py
Commit message (Expand)AuthorAgeFilesLines
* logging: make sure logging level is set to proper valueTomas Krizek2017-07-261-0/+18
* logging: do not use `ipa_log_manager` to create module-level loggersJan Cholasta2017-07-141-0/+5
* logging: do not log into the root loggerJan Cholasta2017-07-141-1/+3
* logging: remove object-specific loggersJan Cholasta2017-07-141-1/+45
* logging: use the actual root logger as the root loggerJan Cholasta2017-07-141-12/+4
* logging: port to standard Python loggingJan Cholasta2017-07-141-151/+76
* logging: do not configure any handlers by defaultJan Cholasta2017-07-141-8/+1
* install: allow specifying verbosity and console log format in CLIJan Cholasta2016-11-111-1/+4
* Use absolute importsPetr Viktorin2015-08-121-1/+1
* Replace dict.has_key with the 'in' operatorPetr Viktorin2015-08-121-1/+1
* Modernize number literalsPetr Viktorin2015-07-311-1/+1
* Use DN objects instead of stringsJohn Dennis2012-08-121-2/+2
* Improve ipa-client-install debug outputPetr Viktorin2012-06-171-2/+3
* Restore default log level in server to INFOJohn Dennis2011-12-011-47/+0
* ticket 2022 - modify codebase to utilize IPALogManager, obsoletes loggingJohn Dennis2011-11-231-0/+270