Skip to content

Commit

Permalink
Increase maximum size of log files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Davis committed Mar 11, 2019
1 parent 1977145 commit c606e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/src/main/resources/log4j.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<appender name="file" class="org.apache.log4j.RollingFileAppender">
<param name="file" value="${lodestar.log.prefix}lodestar.jsonl" />
<param name="MaxFileSize" value="100KB"/>
<param name="MaxFileSize" value="32MB"/>
<param name="MaxBackupIndex" value="5"/>
<layout name="file-layout" class="net.logstash.log4j.JSONEventLayoutV1" />
</appender>
Expand Down

0 comments on commit c606e40

Please sign in to comment.