According to the Celery documentation, the -l/--loglevel
command line option can be used for:
-l, --loglevel
Logging level, choose between DEBUG, INFO, WARNING, ERROR, CRITICAL, or FATAL.
If this option is not used and therefore no log level is specified, what is the log level used by Celery by default?
Default log level in Celery is WARNING
due implementation here. That level is set during initialization of the Logging instance.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With