freebsd-ports/databases/puppetdb4/files/patch-ext_config_request-logging.xml
Tom Judge e258ac0f1c New ports for PuppetDB 4.0
databases/puppetdb4
	databases/puppetdb-terminus4

WWW: https://forge.puppetlabs.com/puppetlabs/puppetdb

Also add conflicts with the puppetdb 2.x ports.
2016-03-26 18:06:28 +00:00

10 lines
476 B
XML

--- ext/config/request-logging.xml.orig 2016-03-17 04:17:06 UTC
+++ ext/config/request-logging.xml
@@ -1,6 +1,6 @@
<configuration debug="false">
<appender name="FILE" class="ch.qos.logback.core.FileAppender">
- <file>/var/log/puppetlabs/puppetdb/puppetdb-access.log</file>
+ <file>/var/log/puppetdb/puppetdb-access.log</file>
<encoder>
<pattern>%h %l %u [%t] "%r" %s %b "%i{Referer}" "%i{User-Agent}" %D</pattern>
</encoder>