Skip to content

Commit

Permalink
Change logger level
Browse files Browse the repository at this point in the history
  • Loading branch information
Rados13 committed Mar 19, 2024
1 parent e9dbeb9 commit cc0a560
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@ import Config

config :recording_converter, terminator: RecordingConverter.Terminator

config :logger,
backends: [:console],
compile_time_purge_matching: [
[level_lower_than: :info]
]

import_config "#{config_env()}.exs"

0 comments on commit cc0a560

Please sign in to comment.