diff options
| author | Romain Tartière <romain@FreeBSD.org> | 2018-10-03 16:58:29 +0000 |
|---|---|---|
| committer | Romain Tartière <romain@FreeBSD.org> | 2018-10-03 16:58:29 +0000 |
| commit | a5dd49995dd4feab99c44330eec1348ac59c1959 (patch) | |
| tree | 897223f2fd65cfb81d41aeb35ddc14abd5c1be83 /sysutils/puppetserver6/files/patch-ext__config__request-logging.xml | |
| parent | Update to 6.0.1 (diff) | |
Update to 6.0.1
Release notes:
https://puppet.com/docs/puppetserver/6.0/release_notes.html#puppet-server-601
While here, regenerate patches with make makepatch, and fix warnings in the
logs by pointing the server to ruby multi_json gem (quick fix for now, we will
have to improve this in the future).
With hat: puppet
Notes
Notes:
svn path=/head/; revision=481171
Diffstat (limited to 'sysutils/puppetserver6/files/patch-ext__config__request-logging.xml')
| -rw-r--r-- | sysutils/puppetserver6/files/patch-ext__config__request-logging.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/puppetserver6/files/patch-ext__config__request-logging.xml b/sysutils/puppetserver6/files/patch-ext__config__request-logging.xml index 587e091a7d69..4358008fdb47 100644 --- a/sysutils/puppetserver6/files/patch-ext__config__request-logging.xml +++ b/sysutils/puppetserver6/files/patch-ext__config__request-logging.xml @@ -1,7 +1,7 @@ ---- ext/config/request-logging.xml.orig 2016-12-03 22:32:37.248735656 -0800 -+++ ext/config/request-logging.xml 2016-12-03 22:37:39.489420010 -0800 +--- 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" scan="true"> + <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> |
