Greg
11/13/2023, 8:17 PMfrom prefect.client import get_client
. Is there a way to configure the prefect client's log settings so it doesn't impact global log settings?Marvin
11/13/2023, 8:17 PMPREFECT_LOGGING_[PATH]_[TO]_[KEY]
, with `[PATH]_[TO]_[KEY] corresponding to the nested address of any setting.
For example, to change the default logging levels for Prefect to DEBUG
, you can set the environment variable PREFECT_LOGGING_LEVEL_ROOT=DEBUG
.
For more details, you can refer to the Prefect Logging Guide.
If this doesn't solve your problem, you might want to consider posting a question on the Prefect Discourse.