Skip to content

Commit

Permalink
Change log path and extend gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
seitenbau-govdata authored and jvanzadelhoff committed Oct 9, 2020
1 parent eded49f commit bcfe7b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.classpath
.project
.settings
target
*.swp
build.properties
build.properties
2 changes: 1 addition & 1 deletion src/main/resources/log4j.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</layout>
</appender>
<appender name="LOGFILE" class="org.apache.log4j.RollingFileAppender">
<param name="File" value="${catalina.base}/logs/open-nrw-ci-fassaden.log"/>
<param name="File" value="/var/log/inspire-bridge/inspire-bridge.log"/>
<param name="Threshold" value="TRACE"/>
<param name="MaxFileSize" value="5000KB"/>
<param name="MaxBackupIndex" value="3"/>
Expand Down

0 comments on commit bcfe7b2

Please sign in to comment.