Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
c162632f
Commit
c162632f
authored
Apr 18, 2022
by
KingRainbow44
Browse files
Add color to logback
parent
b35ee455
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/logback.xml
View file @
c162632f
<Configuration>
<appender
name=
"STDOUT"
class=
"ch.qos.logback.core.ConsoleAppender"
>
<encoder>
<pattern>
[%d{HH:mm:ss}] [%level] %msg%n
</pattern>
<pattern>
[%d{HH:mm:ss}] [%
highlight(%
level
)
] %msg%n
</pattern>
</encoder>
</appender>
<logger
name=
"org.reflections"
level=
"OFF"
/>
...
...
Write
Preview
Markdown
is supported
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