mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
Puppet master is a Ruby application that compiles configurations for any number of Puppet agent nodes, using Puppet code and various other data sources. (For more info, see Overview of Puppet's Architecture.) Puppet Server is an application that runs on the Java Virtual Machine (JVM) and provides the same services as the classic Puppet master application. It mostly does this by running the existing Puppet master code in several JRuby interpreters, but it replaces some parts of the classic application with new services written in Clojure.
15 lines
976 B
XML
15 lines
976 B
XML
--- ext/config/request-logging.xml.orig 2018-09-18 17:16:33 UTC
|
|
+++ ext/config/request-logging.xml
|
|
@@ -1,10 +1,10 @@
|
|
<configuration debug="false">
|
|
<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
|
|
- <file>/var/log/puppetlabs/puppetserver/puppetserver-access.log</file>
|
|
+ <file>/var/log/puppetserver/puppetserver-access.log</file>
|
|
<append>true</append>
|
|
<rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy">
|
|
<!-- rollover daily -->
|
|
- <fileNamePattern>/var/log/puppetlabs/puppetserver/puppetserver-access-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern>
|
|
+ <fileNamePattern>/var/log/puppetserver/puppetserver-access-%d{yyyy-MM-dd}.%i.log.zip</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>
|