diff options
| author | lain <lain@soykaf.club> | 2019-06-08 16:05:10 +0000 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2019-06-08 16:05:10 +0000 |
| commit | b9544d565d42cd0705f6f583b328d1034ae8ae97 (patch) | |
| tree | 790c5936abadb8709be7efdb25ed1a69dfc65241 /config | |
| parent | 1e0fa899b65622d9668599ed0f4ff0fdbe2d44e8 (diff) | |
| parent | 4f5149c93be8d0abffca2aa74984b03d8e27739d (diff) | |
| download | pleroma-b9544d565d42cd0705f6f583b328d1034ae8ae97.tar.gz pleroma-b9544d565d42cd0705f6f583b328d1034ae8ae97.zip | |
Merge branch 'prod-loglevel-warn' into 'develop'
Set default loglevel to `warn` in prod
Closes #962
See merge request pleroma/pleroma!1260
Diffstat (limited to 'config')
| -rw-r--r-- | config/prod.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/prod.exs b/config/prod.exs index d0cfd1ac2..1179cf3b0 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -18,7 +18,7 @@ config :pleroma, Pleroma.Web.Endpoint, protocol: "http" # Do not print debug messages in production -config :logger, level: :info +config :logger, level: :warn # ## SSL Support # |
