Profile#
- class safir.logging.Profile(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)#
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.