FireFighter Telemetry¤
Logging¤
FireFighter uses the logging module to log messages to the console and to a file.
Default modes¤
Production JSON¤
FireFighter logs to stdout using a JSON formatter.
The JSON formats adheres to DataDog's JSON log format.
Development¤
In development mode, FireFighter logs to the console using a Pretty formatter
Further Configuration¤
You can configure the logging manually by editing the LOGGING
Python setting, or by running your configuration code in your custom settings.
Tracing¤
FireFighter use Datadog's ddtrace. Most configuration can be passed as environment variables.