Skip to content

Commit

Permalink
technical update
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Aug 10, 2024
1 parent 96eb72e commit 45f944c
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
* eol=lf
*.bat eol=crlf
*.png binary
*.zip binary
*.tgz binary
*.tar binary
*.bz2 binary
*.gz binary
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
.*
!.github
!.gitignore
!.gitattributes
!.mvn
!.travis.yml
*.bak
*.log
*.diff
*.patch
*.iml
target
eclipse-target
war
war
16 changes: 16 additions & 0 deletions core/src/test/resources/logback.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>

<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<!-- encoders are assigned the type
ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>

<root level="warn">
<appender-ref ref="STDOUT" />
</root>
<logger name="io.github.mmm" level="DEBUG"/>
</configuration>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.m-m-m</groupId>
<artifactId>mmm</artifactId>
<version>22</version>
<version>23</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>mmm-event-parent</artifactId>
Expand Down

0 comments on commit 45f944c

Please sign in to comment.