Skip to content

Commit

Permalink
limit max log size
Browse files Browse the repository at this point in the history
  • Loading branch information
pnrobinson committed Jul 17, 2023
1 parent acc0af0 commit 2daa003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<encoder>
<pattern>[%level] [%d{yyyy-MM-dd'T'HH:mm:ss}] - %class{0} - %msg%n</pattern>
</encoder>
<maxFileSize>5MB</maxFileSize>
</appender>

<logger name="org.monarchinitiative.fenominal" level="WARN"/>
Expand Down

0 comments on commit 2daa003

Please sign in to comment.