Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
43b3f9e9
Commit
43b3f9e9
authored
Feb 06, 2019
by
Michael Loftis
🦀
Browse files
rids the duplicate timestamp from default ExSyslogger config
parent
3c08e20d
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/config.exs
View file @
43b3f9e9
...
...
@@ -115,7 +115,7 @@
config
:logger
,
:ex_syslogger
,
level:
:debug
,
ident:
"Pleroma"
,
format:
"
$date $time
$metadata[$level] $message"
,
format:
"$metadata[$level] $message"
,
metadata:
[
:request_id
]
config
:mime
,
:types
,
%{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment