-
|
I am observing the following logs on my Prefect server: │ INFO: 10.42.0.61:56880 - "POST /api/flow_runs/filter HTTP/1.1" 200 OK How can I disable these? I have tried setting PREFECT_LOGGING_SERVER_LEVEL and PREFECT_LOGGING_LEVEL to ERROR, but it doesn’t filter out these INFO messages. I’m running Prefect on-premise, version 3.1.12. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @ladocz - could you try setting If that works then I think this is a documentation problem on our part - we configure both |
Beta Was this translation helpful? Give feedback.
Thanks, it has helped, but only if i have tried 3.4.7-python3.11 with the 3.1.12 it somehow has no effect.