Logging
All of our logging should be sent to Datadog in a nice JSON format. Log levels can be changed
by modifying the log_level
configuration value.
Debugging
If the configured log_level
is set to DEBUG
and there is an error type of log,
then stacktrace information will be added to the log to assist with further troubleshooting.