> You may also configure the "root" Python logg...
# pacc-london-2023
n
You may also configure the "root" Python logger. The root logger receives logs from all loggers unless they explicitly opt out by disabling propagation. By default, the root logger is configured to output
WARNING
level logs to the console.
https://docs.prefect.io/2.10.16/concepts/logs/#logging-configuration
🦜 1