summaryrefslogtreecommitdiff
path: root/oslo_log/log.py
Commit message (Expand)AuthorAgeFilesLines
* Fix logging in eventlet native threads5.0.1Gorka Eguileor2022-08-081-0/+17
* Add missing SYSLOG_FACILITY to JournalHandlerBenjamin Reichel2020-05-071-2/+4
* Merge "drop use of six"Zuul2020-03-211-4/+3
|\
| * drop use of sixHervé Beraud2020-03-121-4/+3
* | Switch to hacking 2.xCyril Roelandt2020-02-071-0/+1
|/
* Use setLevel instead of setting logger.level directlyBen Nemec2019-08-141-1/+1
* Add config options for log rotation3.42.0Daniel Vincze2018-11-211-1/+31
* Add Windows Event Log handlerDaniel Vincze2018-11-051-0/+8
* Add option to use JSON formatterJuan Antonio Osorio Robles2017-11-061-5/+9
* Add log.get_loggers methodGorka Eguileor2017-06-261-0/+5
* add exception summaries to the main log lineDoug Hellmann2017-05-151-4/+1
* Systemd native journal supportSean Dague2017-04-061-1/+6
* Fix some reST field lists in docstringsDuan Jiong2017-03-231-4/+2
* Remove 'verbose' option (again)Alexis Lee2017-03-101-14/+6
* Added is_debug_enabled helper3.21.0Ihar Hrachyshka2017-03-031-0/+5
* Merge "Revert "Remove 'verbose' option (again)""Jenkins2017-02-131-6/+14
|\
| * Revert "Remove 'verbose' option (again)"ChangBo Guo(gcb)2017-02-101-6/+14
* | Merge "Fix devstack colors"Jenkins2017-02-131-1/+1
|\ \ | |/ |/|
| * Fix devstack colorsErlon R. Cruz2017-01-241-1/+1
* | Remove 'verbose' option (again)Alexis Lee2017-01-181-14/+6
|/
* Add a filter to rate limit logsVictor Stinner2016-09-191-0/+6
* Reload log_config_append config on SIGHUPAlexis Lee2016-07-061-3/+19
* log: Introduce _iter_loggersAlexis Lee2016-06-291-0/+16
* Make available to log encoded strings as argumentsAndrey Volkov2016-06-021-17/+0
* Revert "Remove 'verbose' option"3.8.0Joshua Harlow2016-05-161-6/+14
* Fix regression causing the default log level to become WARNINGDmitry Tantsur2016-05-151-1/+1
* Remove 'verbose' optionAlexis Lee2016-05-111-13/+5
* Allow reload of 'debug' optionAlexis Lee2016-04-211-7/+33
* Remove deprecated use-syslog-rfc-format optionRonald Bradford2016-02-191-5/+1
* Remove deprecated log-format optionRonald Bradford2016-01-131-12/+4
* Added public method to getting default log levelsRonald Bradford2016-01-071-0/+10
* Cleanup all handlers in _setup_logging_from_confElena Ezhova2015-11-271-1/+3
* Drop python 2.6 supportChangBo Guo(gcb)2015-11-231-20/+2
* Add a 'bandit' target to tox.iniCyril Roelandt2015-11-201-1/+1
* Merge "Log to sys.stderr to avoid "No handlers could be found...""Jenkins2015-11-191-0/+7
|\
| * Log to sys.stderr to avoid "No handlers could be found..."Joe D'Andrea2015-11-181-0/+7
* | Refactor Python 2.6 check to use constantRonald Bradford2015-11-131-1/+1
|/
* Allow oslo.log to work on non-linux platforms1.12.1Davanum Srinivas2015-10-121-1/+2
* Fix unintended assignment of "syslog"Masaki Matsushita2015-09-251-2/+2
* Merge "FastWatchedFileHandler class was added"Jenkins2015-09-221-1/+7
|\
| * FastWatchedFileHandler class was addedMarian Horban2015-09-081-1/+7
* | Fix package name for PublishErrorsHandler1.10.0Davanum Srinivas2015-08-241-1/+1
* | Maintain old oslo logger namesDoug Hellmann2015-08-171-0/+7
|/
* Define TRACE logging levelDavanum Srinivas2015-07-301-0/+15
* Merge "Allow integer logging levels"1.4.0Jenkins2015-05-281-3/+16
|\
| * Allow integer logging levelsJoshua Harlow2015-05-261-3/+16
* | Do not fail if syslog is not available1.3.0Julien Danjou2015-05-271-1/+7
* | Replace RFCSysLogHandler by a syslog() based oneJulien Danjou2015-05-211-31/+26
* | Provide an API to let tempest control the log fileDoug Hellmann2015-04-141-0/+14
|/
* Restore automatic unicode conversionDoug Hellmann2015-03-101-0/+17