Changed default log level to debug
This commit is contained in:
parent
d10f189f13
commit
349c87c5f1
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ if config_env() == :prod do
|
|||
# For testing alternate journal modes (see issue #137)
|
||||
journal_mode = String.to_existing_atom(System.get_env("JOURNAL_MODE", "wal"))
|
||||
|
||||
config :logger, level: String.to_existing_atom(System.get_env("LOG_LEVEL", "info"))
|
||||
config :logger, level: String.to_existing_atom(System.get_env("LOG_LEVEL", "debug"))
|
||||
|
||||
config :pinchflat,
|
||||
yt_dlp_executable: System.find_executable("yt-dlp"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue