summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2019-02-06 18:02:10 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2019-02-06 18:02:10 +0000
commit09b71a9053fe66ba8f4fca940f22eaffbf4af215 (patch)
treed8ba7e8ab101e300ddce895e68c39eebc2019af9 /config
parentf7aedbcc5574b5ba7e1cfbddcd68a2862ac1c682 (diff)
parentab80c8ebb85271e9b5456c36316b7ebc98d96f1e (diff)
downloadpleroma-09b71a9053fe66ba8f4fca940f22eaffbf4af215.tar.gz
pleroma-09b71a9053fe66ba8f4fca940f22eaffbf4af215.zip
Merge branch 'mr/exsyslogger-doc-and-format' into 'develop'
Adds a couple examples to docs/config.md for ExSyslogger and removes duplicate timestamps from default format. See merge request pleroma/pleroma!784
Diffstat (limited to 'config')
-rw-r--r--config/config.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs
index 8b42a5351..c272ef34a 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -115,7 +115,7 @@ config :logger, :console,
config :logger, :ex_syslogger,
level: :debug,
ident: "Pleroma",
- format: "$date $time $metadata[$level] $message",
+ format: "$metadata[$level] $message",
metadata: [:request_id]
config :mime, :types, %{