summaryrefslogtreecommitdiff
path: root/oslo_log
Commit message (Expand)AuthorAgeFilesLines
* Added uwsgi_name information into fluentFormatter event messageJan Vondra2020-07-111-0/+10
* Add Victoria and Wallaby in versionutils.deprecated4.3.0Goutham Pacha Ravi2020-06-181-0/+2
* Merge "Stop to use the __future__ module."4.2.1Zuul2020-06-031-2/+0
|\
| * Stop to use the __future__ module.Hervé Beraud2020-06-021-2/+0
* | Default facility to None in OSJournalHandler classBrian Haley2020-06-012-1/+14
|/
* Add missing SYSLOG_FACILITY to JournalHandlerBenjamin Reichel2020-05-073-8/+22
* Remove monotonic usageSean McGinnis2020-05-041-5/+1
* Imported Translations from ZanataOpenStack Proposal Bot2020-04-161-2/+6
* Use unittest.mock instead of third party mock4.1.1Sean McGinnis2020-03-315-8/+11
* Merge "drop use of six"Zuul2020-03-219-152/+75
|\
| * drop use of sixHervé Beraud2020-03-129-152/+75
* | Merge "Switch to hacking 2.x"4.1.0Zuul2020-03-093-12/+14
|\ \
| * | Switch to hacking 2.xCyril Roelandt2020-02-073-12/+14
| |/
* | Add Victoria and Wallaby releases to versionutilsBen Nemec2020-03-051-0/+2
|/
* Drop use of unittest2Sean McGinnis2020-01-121-2/+3
* Always use jsonutils.to_primitive 'fallback' parameter3.45.2Stephen Finucane2019-12-102-23/+7
* Serialize complex objects in FluentFormatter3.45.1Vladyslav Drok2019-12-091-10/+20
* Add Ussuri release to versionutilsBen Nemec2019-09-041-0/+2
* Use setLevel instead of setting logger.level directlyBen Nemec2019-08-141-1/+1
* Merge "Use raw string for regex"Zuul2019-05-041-1/+1
|\
| * Use raw string for regexSean McGinnis2019-04-091-1/+1
* | Merge "Add TRAIN to deprecated releases"Zuul2019-05-031-0/+2
|\ \
| * | Add TRAIN to deprecated releasesVishakha Agarwal2019-04-121-0/+2
| |/
* | Added cmdline information into fluentFormatter event messageJan Vondra2019-03-281-0/+2
|/
* Merge "Add 'levelkey' + 'tbkey' params"Zuul2019-03-042-7/+42
|\
| * Add 'levelkey' + 'tbkey' paramsAlexis Lee2019-01-302-7/+42
* | Clarify some config options3.42.3Pavlo Shchelokovskyy2019-02-191-6/+11
|/
* Merge "Fix handling of exc_info in OSJournalHandler"Zuul2018-12-192-7/+30
|\
| * Fix handling of exc_info in OSJournalHandlerNikita Gerasimov2018-11-302-7/+30
* | Default oslo.policy logging to INFO3.42.1Matt Riedemann2018-12-101-0/+1
|/
* Add config options for log rotation3.42.0Daniel Vincze2018-11-213-1/+114
* Add Windows Event Log handlerDaniel Vincze2018-11-053-0/+30
* Filter args dict in JSONFormatter3.40.13.40.0Ben Nemec2018-08-272-1/+32
* rewrite tests to not rely on implementation details of logging moduleDoug Hellmann2018-08-121-36/+42
* Automatically append reset_color to log linesBen Nemec2018-06-072-6/+5
* Provide reset_color key on log recordBen Nemec2018-06-012-3/+11
* Fix Formatter subclasses for Python 3.2+3.38.1Suff2018-05-031-6/+7
* Fix file permissionsStephen Finucane2018-05-031-0/+0
* Add Stein release to versionutils3.38.0Ben Nemec2018-04-051-0/+2
* Add ROCKY to deprecated releasesGage Hugo2018-04-041-0/+1
* Increase sleep time in testsuite to make it more robustThomas Bechtold2018-03-191-1/+1
* Add Rocky release to versionutils._RELEASESMichał Dulko2018-03-071-0/+1
* Imported Translations from ZanataOpenStack Proposal Bot2018-03-011-4/+4
* update structured logging tests to prove context id is includedDoug Hellmann2018-01-211-0/+10
* Truncate error_summary if exc_info not explicitly passedmelanie witt2018-01-032-0/+31
* Merge "JSONFormatter convert unserializable with repr()"3.35.0Zuul2017-11-302-1/+42
|\
| * JSONFormatter convert unserializable with repr()Victor Stinner2017-10-252-1/+42
* | Capture context in its own key for JSON-based formattersJuan Antonio Osorio Robles2017-11-142-14/+47
* | Remove checks for auth_token in JSON-based formatter testsJuan Antonio Osorio Robles2017-11-081-2/+0
* | Add option to use JSON formatterJuan Antonio Osorio Robles2017-11-063-5/+23
|/