ports/databases/puppetdb5/files/patch-ext_config_request-logging.xml
Romain Tartière 6fee691502 New port databases/puppetdb5
Copy databases/puppetdb4 to databases/puppetdb5 and update.

While here:
  - Update/fix conflicts with databases/puppetdb[34];
  - Remove broken indirect dependency in databases/puppetdb3 (no need to
    rebuild, so not bumping PORTREVISION).

With hat:	puppet
2017-08-12 14:14:12 +00:00

14 lines
952 B
XML

--- ext/config/request-logging.xml.orig 2017-04-24 12:32:16.604464262 -0700
+++ ext/config/request-logging.xml 2017-04-24 12:32:46.404637027 -0700
@@ -1,9 +1,9 @@
<configuration debug="false">
<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
- <file>/var/log/puppetlabs/puppetdb/puppetdb-access.log</file>
+ <file>/var/log/puppetdb/puppetdb-access.log</file>
<append>true</append>
<rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy">
- <fileNamePattern>/var/log/puppetlabs/puppetdb/puppetdb-access-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern>
+ <fileNamePattern>/var/log/puppetdb/puppetdb-access-%d{yyyy-MM-dd}.%i.log.gz</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>