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 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" >
7- <fileNamePattern >clojars-%d{yyyy-MM-dd}.%i.ednl.gz</fileNamePattern >
7+ <fileNamePattern >${log.dir:-logs}/ clojars-%d{yyyy-MM-dd}.%i.ednl.gz</fileNamePattern >
88 <maxFileSize >64MB</maxFileSize >
99 <maxHistory >14</maxHistory >
1010 <totalSizeCap >512GB</totalSizeCap >
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" >
21- <fileNamePattern >clojars-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern >
21+ <fileNamePattern >${log.dir:-logs}/ clojars-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern >
2222 <maxFileSize >64MB</maxFileSize >
2323 <maxHistory >14</maxHistory >
2424 <totalSizeCap >512GB</totalSizeCap >
You can’t perform that action at this time.
0 commit comments