Skip to content
Snippets Groups Projects
Commit 43b3f9e9 authored by Michael Loftis's avatar Michael Loftis :crab:
Browse files

rids the duplicate timestamp from default ExSyslogger config

parent 3c08e20d
No related branches found
No related tags found
No related merge requests found
......@@ -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, %{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment