File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<configuration debug =" false" >
22
3- <appender name =" EDNL" class =" ch.qos.logback.core.FileAppender " >
3+ <appender name =" EDNL" class =" ch.qos.logback.core.rolling.RollingFileAppender " >
44 <file >${log.dir:-logs}/clojars.ednl</file >
55 <!-- Handling rotation here instead of via logrotate in the server config to avoid restarting the process -->
66 <rollingPolicy class =" ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy" >
1414 </encoder >
1515 </appender >
1616
17- <appender name =" LOG" class =" ch.qos.logback.core.FileAppender " >
17+ <appender name =" LOG" class =" ch.qos.logback.core.rolling.RollingFileAppender " >
1818 <file >${log.dir:-logs}/clojars.log</file >
1919 <!-- Handling rotation here instead of via logrotate in the server config to avoid restarting the process -->
2020 <rollingPolicy class =" ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy" >
You can’t perform that action at this time.
0 commit comments