summaryrefslogtreecommitdiff
path: root/oslo_log/tests/unit/test_log.py
Commit message (Expand)AuthorAgeFilesLines
* [Fix] init global_request_id if not in contextHervé Beraud2022-05-111-0/+12
* Add system scope information to default user identity stringTakashi Kajinami2022-04-191-4/+10
* Use project when logging the user identityAlan Bishop2022-02-051-26/+16
* remove unicode from codexuanyandong2021-01-031-5/+5
* Default facility to None in OSJournalHandler classBrian Haley2020-06-011-0/+13
* Add missing SYSLOG_FACILITY to JournalHandlerBenjamin Reichel2020-05-071-2/+6
* Use unittest.mock instead of third party mock4.1.1Sean McGinnis2020-03-311-1/+1
* Merge "drop use of six"Zuul2020-03-211-55/+48
|\
| * drop use of sixHervé Beraud2020-03-121-55/+48
* | Switch to hacking 2.xCyril Roelandt2020-02-071-12/+12
|/
* Always use jsonutils.to_primitive 'fallback' parameter3.45.2Stephen Finucane2019-12-101-4/+0
* Fix handling of exc_info in OSJournalHandlerNikita Gerasimov2018-11-301-4/+22
* Add config options for log rotation3.42.0Daniel Vincze2018-11-211-0/+54
* Add Windows Event Log handlerDaniel Vincze2018-11-051-0/+19
* Filter args dict in JSONFormatter3.40.13.40.0Ben Nemec2018-08-271-0/+16
* 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-071-2/+1
* Provide reset_color key on log recordBen Nemec2018-06-011-3/+4
* Increase sleep time in testsuite to make it more robustThomas Bechtold2018-03-191-1/+1
* 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-031-0/+24
* Merge "JSONFormatter convert unserializable with repr()"3.35.0Zuul2017-11-301-0/+22
|\
| * JSONFormatter convert unserializable with repr()Victor Stinner2017-10-251-0/+22
* | Capture context in its own key for JSON-based formattersJuan Antonio Osorio Robles2017-11-141-4/+25
* | 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-061-0/+10
|/
* Merge "Add log.get_loggers method"Jenkins2017-07-131-0/+5
|\
| * Add log.get_loggers methodGorka Eguileor2017-06-261-0/+5
* | only show error_summary for warning and error messagesDoug Hellmann2017-06-271-5/+5
|/
* do not add error_summary for debug log messages3.28.1Doug Hellmann2017-06-121-1/+1
* formatter: skip ImportError when adding error_summaryIhar Hrachyshka2017-06-021-1/+4
* fix test description commentDoug Hellmann2017-05-241-3/+2
* add line number information to fluentd formatterDoug Hellmann2017-05-151-0/+1
* add error_summary support for fluentd formatterDoug Hellmann2017-05-151-0/+18
* add error_summary support to JSONFormatterDoug Hellmann2017-05-151-0/+20
* skip built-in exceptions when adding error_summaryDoug Hellmann2017-05-151-0/+15
* make handling of error_summary more flexibleDoug Hellmann2017-05-151-0/+41
* add exception summaries to the main log lineDoug Hellmann2017-05-151-24/+20
* Use dict arg values for unicode checks in ContextFormatter3.26.1melanie witt2017-05-041-0/+6
* Add additional info like python-systemd doesMonty Taylor2017-04-191-0/+24
* Systemd native journal supportSean Dague2017-04-061-0/+47
* Remove 'verbose' option (again)Alexis Lee2017-03-101-20/+8
* Added is_debug_enabled helper3.21.0Ihar Hrachyshka2017-03-031-0/+20
* Revert "Remove 'verbose' option (again)"ChangBo Guo(gcb)2017-02-101-8/+20
* Remove 'verbose' option (again)Alexis Lee2017-01-181-20/+8
* Replace method attr in vars() to hasattr3.20.0JingLiu2016-12-221-1/+1
* Avoid converting to unicode if not needed3.19.0Akash Gangil2016-12-051-1/+4
* Merge "Modify use of assertTrue(A in B)"3.17.0Jenkins2016-10-131-14/+14
|\
| * Modify use of assertTrue(A in B)Tony Xu2016-10-121-14/+14
* | Change assertTrue(isinstance()) by optimal assertgecong19732016-10-071-2/+2
|/