You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add MozlogHandler that integrates renamed formatter (#112)
* Add MozlogHandler that integrates renamed formatter
* Remove unused fixture from test
* Slightly refactor logging test setup
- Pass handler and formatter as fixtures to tests
- Reset logging after each test
* Add tests to assert how `logger_name` is attached to records
* Ruff fixes
* Use formatter in `assert_records` assertions
* Set caplog to INFO in fastapi rid test
* Make assertions about LogRecord and formatted output
0 commit comments