logging ¤
 Custom logging formatter for the Firefighter project.
Modules:
  custom_json_formatter ¤
 Classes:
-  
CustomJsonFormatter–Custom JSON formatter for Python loggin, with Datadog specific attributes.
 
  CustomJsonFormatter ¤
   Bases: JsonFormatter
Custom JSON formatter for Python loggin, with Datadog specific attributes.
Source code in src/firefighter/logging/custom_json_formatter.py
    pretty_formatter ¤
 Classes:
-  
PrettyFormatter–A custom logging formatter that formats log records with colors and a pretty output, for local development.