Added API Access Logging

This commit is contained in:
2025-10-27 22:32:08 -06:00
parent 215a054979
commit c8550ac82d
11 changed files with 53 additions and 4 deletions

View File

@@ -133,7 +133,7 @@ def engine_harness(tmp_path: Path, monkeypatch: pytest.MonkeyPatch) -> Iterator[
"LOG_FILE": str(log_path),
"ERROR_LOG_FILE": str(error_log_path),
"STATIC_FOLDER": str(static_dir),
"API_GROUPS": ("core", "tokens", "enrollment"),
"API_GROUPS": ("core", "auth", "tokens", "enrollment"),
}
app, _socketio, _context = create_app(config)