Profile

class safir.logging.Profile(*values)

Bases: Enum

Logging profile for the application.

Attributes Summary

development

Log messages in a format intended for human readability.

production

Log messages in JSON.

Attributes Documentation

development = 'development'

Log messages in a format intended for human readability.

production = 'production'

Log messages in JSON.