1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mobilizon_ynh.git synced 2024-09-03 19:46:19 +02:00

Moving log to error level

This commit is contained in:
yalh76 2020-01-08 23:33:20 +01:00
parent 4d51ffe2d7
commit 7ad16abcc3
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ GRAPHQL_API_FULL_PATH=""
# APP
MIX_ENV=prod
MOBILIZON_LOGLEVEL="info"
MOBILIZON_LOGLEVEL="error"
MOBILIZON_SECRET="__SECRET__"
# Database

View file

@ -45,7 +45,7 @@ config :mobilizon, MobilizonWeb.Email.Mailer,
no_mx_lookups: false
# Do not print debug messages in production
#config :logger, level: System.get_env("MOBILIZON_LOGLEVEL") |> String.to_atom() || :info
config :logger, level: System.get_env("MOBILIZON_LOGLEVEL") |> String.to_atom() || :info
config :mobilizon, Mobilizon.Service.Geospatial, service: Mobilizon.Service.Geospatial.Nominatim