Logging

thumbor uses the built-in Python logging mechanisms. In order to configure log-level check the Running thumbor server page.

Configuring log format

Configuring the log format is as easy as including these keys in your thumbor.conf file:

THUMBOR_LOG_FORMAT

Log Format to be used by thumbor when writing log messages.

Defaults to: %(asctime)s %(name)s:%(levelname)s %(message)s

THUMBOR_LOG_DATE_FORMAT

Date Format to be used by thumbor when writing log messages.

Defaults to: %Y-%m-%d %H:%M:%S