We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
thumbor uses the built-in Python logging mechanisms. In order to configure log-level check the Running page.
Configuring the log format is as easy as including these keys in your thumbor.conf file:
thumbor.conf
Log Format to be used by thumbor when writing log messages.
Defaults to: %(asctime)s %(name)s:%(levelname)s %(message)s
Date Format to be used by thumbor when writing log messages.
Defaults to: %Y-%m-%d %H:%M:%S