David Macdonald
03/19/2025, 6:54 AMMarvin
03/19/2025, 6:54 AMlogger.propagate = False
for each of your loggers.
2. Custom Logging Configuration: You can create a custom logging.yml
file to override Prefect's logging settings. Place this file in your PREFECT_HOME
directory. More details on configuring logging can be found in the Prefect 3 logging documentation.
By following these steps, your existing loggers should function independently of Prefect's logging system and continue to log to files as intended.David Macdonald
03/19/2025, 9:07 AMget_logger()
from prefect.logging
.