Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
JR Utily
2016-10-24 23:27:42 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
61f0e50a11228287a95b40156a99607d96fbc3ef
61f0e50a
1 parent
4bc81e93
add very basic logback configuration
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
src/main/resources/logback.xml
src/main/resources/logback.xml
0 → 100644
View file @
61f0e50
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appender
name=
"STDOUT"
class=
"ch.qos.logback.core.ConsoleAppender"
>
<layout
class=
"ch.qos.logback.classic.PatternLayout"
>
<Pattern>
%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
</Pattern>
</layout>
</appender>
<logger
name=
"org.legrog"
level=
"DEBUG"
/>
<root
level=
"warn"
>
<appender-ref
ref=
"STDOUT"
/>
</root>
</configuration>
\ No newline at end of file
Please
register
or
login
to post a comment