https://prefect.io logo
Title
p

Peter Roelants

02/02/2021, 10:25 AM
How can I set the logging level of the prefect graphql service? I tried adding both
PREFECT_SERVER__LOGGING__LEVEL: WARN
and
PREFECT__LOGGING__LEVEL: WARN
environment variables to the docker-compose file, however I still see
INFO
log messages.
a

Amanda Wee

02/02/2021, 10:40 AM
Maybe try
PREFECT__LOGGING__LEVEL: WARNING
p

Peter Roelants

02/02/2021, 11:18 AM
Neither
PREFECT__LOGGING__LEVEL: WARNING
nor
PREFECT_SERVER__LOGGING__LEVEL: WARNING
seemed to have the desired effect