Skip to content

Commit

Permalink
Merge pull request #110 from monarch-initiative/develop
Browse files Browse the repository at this point in the history
limit max log size
  • Loading branch information
pnrobinson authored Jul 17, 2023
2 parents d364f3c + 2daa003 commit c8ea8cc
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 c8ea8cc

Please sign in to comment.