Current section

Files

Jump to
file_only_logger config persist_app_constants.exs
Raw

config/persist_app_constants.exs

import Config
# Logging levels ordered by importance or severity...
config :file_only_logger,
levels: [
:emergency,
:alert,
:critical,
:error,
:warning,
:notice,
:info,
:debug
]
config :file_only_logger, test_wait: 222