Join Slack
Communities
Powered by
Hi for the prefect api endpoint api/logs/filter, a...
# ask-community
m
Michael Z
06/25/2023, 5:21 PM
Hi for the prefect api endpoint api/logs/filter, anyone know what the level corresponds to? e.g. CRITCAL, INFO, etc.
Copy code
"level": { "ge_": 20, "le_": 50 },
✅ 1
r
Ryan Peden
06/25/2023, 11:57 PM
I think they correspond to the standard Python logging levels:
https://docs.python.org/3/library/logging.html#logging-levels
✅ 1
m
Michael Z
06/26/2023, 12:08 AM
Ah yes based on some logging I have it looks like it. thanks
2
Views
Open in Slack
Previous
Next