diff options
| author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-01-08 16:32:07 +0700 |
|---|---|---|
| committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-01-08 16:32:07 +0700 |
| commit | 0c750bc432a6329be7f0dc15707e46625b11faf3 (patch) | |
| tree | 36702360119a8bce2d2b41c84d32d0cdd1a48c0c /config | |
| parent | 6428ef77adef6aa3fca1fbcdcfffc5db5fc953d5 (diff) | |
| parent | 4e5b1560479df7dd553a2132186f9701e1d56871 (diff) | |
| download | pleroma-0c750bc432a6329be7f0dc15707e46625b11faf3.tar.gz pleroma-0c750bc432a6329be7f0dc15707e46625b11faf3.zip | |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/pinned-posts
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.exs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index 601d9e227..e084d1a88 100644 --- a/config/config.exs +++ b/config/config.exs @@ -91,6 +91,12 @@ config :logger, :console, format: "$time $metadata[$level] $message\n", metadata: [:request_id] +config :logger, :ex_syslogger, + level: :debug, + ident: "Pleroma", + format: "$date $time $metadata[$level] $message", + metadata: [:request_id] + config :mime, :types, %{ "application/xml" => ["xml"], "application/xrd+xml" => ["xrd+xml"], |
