summaryrefslogtreecommitdiff
path: root/oslo_log/tests/unit/test_log.py
Commit message (Expand)AuthorAgeFilesLines
* Default facility to None in OSJournalHandler classtrain-em3.44.3stable/trainBrian Haley2020-06-031-0/+13
* Add missing SYSLOG_FACILITY to JournalHandler3.44.2Benjamin Reichel2020-05-251-2/+6
* 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
|/
* Implement FluentFormatterMasaki Matsushita2016-09-141-0/+63
* Fix races in unit testsAlexis Lee2016-09-081-2/+10
* Fixes unit tests on WindowsAndrei Bacos2016-08-011-7/+7
* Fix parameters of assertEqual are misplacedyan.haifeng2016-07-211-25/+25
* Reload log_config_append config on SIGHUPAlexis Lee2016-07-061-34/+258
* log: Introduce _iter_loggersAlexis Lee2016-06-291-0/+6
* Merge "log: don't create foo.log"Jenkins2016-06-081-0/+1
|\
| * log: don't create foo.logAlexis Lee2016-05-271-0/+1
* | Make available to log encoded strings as argumentsAndrey Volkov2016-06-021-3/+21