LoggingΒΆ

Pulsar provides several settings for managing the python logging module and display information when running. These configuration parameters can be specified both on the command line or in the config file of your application.

The log-level sets levels of loggers, for example:

python script.py --log-level debug

Set the log level for the pulsar.* loggers to DEBUG.

You can pass several namespaces to the command, for example:

python script.py --log-level warning pulsar.wsgi.debug