mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
The pre-commit hook does not allow me to copy and update the port at the same time. With hat: puppet
15 lines
976 B
XML
15 lines
976 B
XML
--- ext/config/request-logging.xml.orig 2018-09-18 17:16:33 UTC
|
|
+++ ext/config/request-logging.xml
|
|
@@ -1,10 +1,10 @@
|
|
<configuration debug="false">
|
|
<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
|
|
- <file>/var/log/puppetlabs/puppetserver/puppetserver-access.log</file>
|
|
+ <file>/var/log/puppetserver/puppetserver-access.log</file>
|
|
<append>true</append>
|
|
<rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy">
|
|
<!-- rollover daily -->
|
|
- <fileNamePattern>/var/log/puppetlabs/puppetserver/puppetserver-access-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern>
|
|
+ <fileNamePattern>/var/log/puppetserver/puppetserver-access-%d{yyyy-MM-dd}.%i.log.zip</fileNamePattern>
|
|
<!-- each file should be at most 200MB, keep 90 days worth of history, but at most 1GB total-->
|
|
<maxFileSize>200MB</maxFileSize>
|
|
<maxHistory>90</maxHistory>
|