summaryrefslogtreecommitdiff
path: root/databases/puppetdb4/files/patch-ext_config_request-logging.xml
blob: 155fb71c0947448de4cae39f0b58da98421105df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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>