Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
languages
EmbeddedMontiArcMathOpt
Commits
b2e0eff2
Commit
b2e0eff2
authored
Jun 15, 2018
by
Christoph Richter
Browse files
added logging.xml
parent
c31a1b76
Pipeline
#55644
failed with stage
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/logging.xml
0 → 100644
View file @
b2e0eff2
<configuration>
<timestamp
key=
"bySecond"
datePattern=
"yyyy-MM-dd-HHmmss"
/>
<!-- this is a console appender -->
<appender
name=
"CONSOLE"
class=
"ch.qos.logback.core.ConsoleAppender"
>
<encoder>
<pattern>
%date{yyyy-MM-dd HH:mm:ss} %-7([%level]) %logger{26} %message%n
</pattern>
</encoder>
</appender>
<root
level=
"TRACE"
>
<appender-ref
ref=
"CONSOLE"
/>
</root>
</configuration>
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