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:
parent
4d51ffe2d7
commit
7ad16abcc3
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ GRAPHQL_API_FULL_PATH=""
|
||||||
|
|
||||||
# APP
|
# APP
|
||||||
MIX_ENV=prod
|
MIX_ENV=prod
|
||||||
MOBILIZON_LOGLEVEL="info"
|
MOBILIZON_LOGLEVEL="error"
|
||||||
MOBILIZON_SECRET="__SECRET__"
|
MOBILIZON_SECRET="__SECRET__"
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
|
|
|
@ -45,7 +45,7 @@ config :mobilizon, MobilizonWeb.Email.Mailer,
|
||||||
no_mx_lookups: false
|
no_mx_lookups: false
|
||||||
|
|
||||||
# Do not print debug messages in production
|
# 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
|
config :mobilizon, Mobilizon.Service.Geospatial, service: Mobilizon.Service.Geospatial.Nominatim
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue