File tree Expand file tree Collapse file tree
src/ert/dark_storage/endpoints Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ def _check_user(credentials: HTTPBasicCredentials) -> None:
140140
141141
142142def _log (request : Request ) -> None :
143- logging .getLogger (EVERSERVER ).info (
143+ logging .getLogger (EVERSERVER ).debug (
144144 f"{ request .scope ['path' ]} entered from "
145145 f"{ request .client .host if request .client else 'unknown host' } "
146146 f"with HTTP { request .method } "
Original file line number Diff line number Diff line change @@ -70,9 +70,8 @@ def test_logging_setup(copy_math_func_test_data_to_tmp):
7070 # Avoid cases where optimization finished before we get a chance to check that
7171 # the everest server has started
7272 if endpoint_logs :
73- assert (
74- "everserver INFO: /experiment_server/status entered from" in endpoint_logs
75- )
73+ assert "everserver INFO: Everserver starting" in endpoint_logs
74+ assert "everserver INFO: ExperimentRunner done" in endpoint_logs
7675
7776
7877def test_that_cleanup_logging_is_idempotent (monkeypatch ):
You can’t perform that action at this time.
0 commit comments