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
jinli gu
Eladmin
Commits
29c2b5f8
Commit
29c2b5f8
authored
Dec 29, 2018
by
jacky
Browse files
修复 日志打印 不显示占位符字符串问题
parent
a0739f8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/me/zhengjie/monitor/config/LogFilter.java
View file @
29c2b5f8
...
...
@@ -27,7 +27,7 @@ public class LogFilter extends Filter<ILoggingEvent>{
}
}
LogMessage
loggerMessage
=
new
LogMessage
(
event
.
get
Message
()
event
.
get
FormattedMessage
()
/* repair format message*/
,
DateFormat
.
getDateTimeInstance
().
format
(
new
Date
(
event
.
getTimeStamp
())),
event
.
getThreadName
(),
event
.
getLoggerName
(),
...
...
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