fix: scope log filenames by service under root logs dir
This commit is contained in:
@@ -86,7 +86,7 @@ def test_e2e_error_logging(tmp_path: Path) -> None:
|
||||
server.should_exit = True
|
||||
thread.join(timeout=5)
|
||||
|
||||
error_entries = _read_json_lines(Path(tmp_path) / "errors" / "error.log")
|
||||
error_entries = _read_json_lines(Path(tmp_path) / "errors" / "app.error.log")
|
||||
entry = next(
|
||||
item for item in error_entries if item.get("message") == "Unhandled exception"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user