refactor: reduce log noise, improve event naming and console readability
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
db0ac6a228
commit
fa56168fb1
8 changed files with 24 additions and 44 deletions
|
|
@ -82,7 +82,7 @@ def test_structured_log_console_formatter(caplog) -> None:
|
|||
output = formatter.format(record)
|
||||
|
||||
assert "export.failed" in output
|
||||
assert "scholar_id=7" in output
|
||||
assert "scholar=7" in output
|
||||
|
||||
|
||||
def test_structured_log_strips_metric_fields(caplog) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue