1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/databases/puppetdb3/files/patch-ext__config__request-logging.xml
Romain Tartière da15e01f3a New ports for PuppetDB 3.x
- databases/puppetdb3 [1]
  - databases/puppetdb-terminus3 [2]

Also add conflicts with the puppetdb 2.x and 4.x ports.

PR:		204074 [1], 206594 [2]
Submitted by:	freebsd@zleslie.info [1, 2]
2016-06-09 11:06:28 +00:00

11 lines
484 B
XML

--- ext/config/request-logging.xml.orig 2016-02-25 00:02:56 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>combined</pattern>
<!-- To have the same "combined" pattern with elapsedTime ('%D')