Does importing the prefect library cause logging t...
# ask-community
j
Does importing the prefect library cause logging to be reconfigured? I am migrating a command line script to prefect and the logs are messed up. Even when I am not running one of the suboptions that is converted to a flow, there are log messages that are going to a FileHandler that are also ending up on stderr and I'm not sure why
If anyone else cares, I fixed this by setting my logger's propagate value to False and then the output only went to the file