Configure PREFECT__USER_CONFIG_PATH in windows #3432
Answered
by
Sinha-Ujjawal
Sinha-Ujjawal
asked this question in
Q&A
-
I want to keep In my scenario, I have a config.toml file- [logging]
PREFECT__LOGGING__FORMAT="[%(levelname)s] | %(asctime)s | %(name)s | %(message)s"
PREFECT__LOGGING__LEVEL="DEBUG" I want to set PREFECT__USER_CONFIG_PATH, for that I have to give the absolute path for it to work. Ideally I should be giving relative path, right? |
Beta Was this translation helpful? Give feedback.
Answered by
Sinha-Ujjawal
Oct 6, 2020
Replies: 1 comment
-
Sorry my bad, I resolved the issue. I was not reading the doc properly [logging]
format = "[%(levelname)s] | %(asctime)s | %(name)s | %(message)s"
level = "DEBUG" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Sinha-Ujjawal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry my bad, I resolved the issue. I was not reading the doc properly