summaryrefslogtreecommitdiff
path: root/oslo_log/handlers.py
Commit message (Expand)AuthorAgeFilesLines
* Default facility to None in OSJournalHandler classstein-em3.42.5stable/steinBrian Haley2020-06-031-1/+1
* Add missing SYSLOG_FACILITY to JournalHandler3.42.4Benjamin Reichel2020-05-251-4/+12
* Fix handling of exc_info in OSJournalHandlerNikita Gerasimov2018-11-301-3/+8
* Automatically append reset_color to log linesBen Nemec2018-06-071-4/+4
* Provide reset_color key on log recordBen Nemec2018-06-011-0/+7
* Add additional info like python-systemd doesMonty Taylor2017-04-191-0/+8
* Fix syslog module usage breaking Windows compatibilityLucian Petrut2017-04-121-1/+4
* Always create OSSysLogHandlerSean Dague2017-04-071-38/+40
* protect systemd class initialization when syslog is not availableDoug Hellmann2017-04-061-21/+15
* Systemd native journal supportSean Dague2017-04-061-0/+54
* Avoid converting to unicode if not needed3.19.0Akash Gangil2016-12-051-1/+25
* Convert unicode data to utf-8 before calling syslog.syslog()Francois Deppierraz2016-05-271-3/+6
* Remove deprecated use-syslog-rfc-format optionRonald Bradford2016-02-191-29/+2
* Format record before passing it to syslogDmitry Mescheryakov2015-12-161-1/+1
* Drop python 2.6 supportChangBo Guo(gcb)2015-11-231-20/+3
* Allow oslo.log to work on non-linux platforms1.12.1Davanum Srinivas2015-10-121-89/+0
* FastWatchedFileHandler class was addedMarian Horban2015-09-081-0/+89
* Define TRACE logging levelDavanum Srinivas2015-07-301-0/+2
* Do not fail if syslog is not available1.3.0Julien Danjou2015-05-271-25/+30
* Replace RFCSysLogHandler by a syslog() based oneJulien Danjou2015-05-211-0/+41
* Update to latest hackingDoug Hellmann2015-04-031-1/+1
* Move files out of the namespace packageDoug Hellmann2014-12-171-0/+69