Changed default log level to debug

This commit is contained in:
Kieran Eglin 2024-05-15 12:13:50 -07:00
parent d10f189f13
commit 349c87c5f1
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -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"),