diff options
Diffstat (limited to 'databases/puppetdb7/files/patch-ext_config_request-logging.xml')
-rw-r--r-- | databases/puppetdb7/files/patch-ext_config_request-logging.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/puppetdb7/files/patch-ext_config_request-logging.xml b/databases/puppetdb7/files/patch-ext_config_request-logging.xml deleted file mode 100644 index 51b90d0e844e..000000000000 --- a/databases/puppetdb7/files/patch-ext_config_request-logging.xml +++ /dev/null @@ -1,14 +0,0 @@ ---- 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> |