mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
da15e01f3a
- 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]
11 lines
484 B
XML
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')
|