Profile¶
- class safir.logging.Profile(*values)¶
Bases:
Enum
Logging profile for the application.
Attributes Summary
Log messages in a format intended for human readability.
Log messages in JSON.
Attributes Documentation
- development = 'development'¶
Log messages in a format intended for human readability.
- production = 'production'¶
Log messages in JSON.