forked from potsda.mn/mobilizon
Add loglevel to env variable
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
fdef983125
commit
c1222763f1
|
@ -41,7 +41,7 @@ config :mobilizon, Mobilizon.Mailer,
|
|||
no_mx_lookups: false
|
||||
|
||||
# Do not print debug messages in production
|
||||
config :logger, level: :info
|
||||
config :logger, level: System.get_env("MOBILIZON_LOGLEVEL") || :info
|
||||
|
||||
# ## SSL Support
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue