Skip to content

Commit

Permalink
Merge pull request #886 from npwalker/pe_13485_make_request_logging_c…
Browse files Browse the repository at this point in the history
…onsistent

(PE-13485) Implement a consistent request logging format
  • Loading branch information
cprice404 committed Feb 11, 2016
2 parents b13df2a + d812d6e commit 07c5d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/ext/config/request-logging.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<appender name="FILE" class="ch.qos.logback.core.FileAppender">
<file>/var/log/puppetlabs/puppetserver/puppetserver-access.log</file>
<encoder>
<pattern>%h %l %u %user %date "%r" %s %b %h %a %localPort %D</pattern>
<pattern>%h %l %u [%t] "%r" %s %b "%i{Referer}" "%i{User-Agent}" %D</pattern>
</encoder>
</appender>
<appender-ref ref="FILE" />
Expand Down

0 comments on commit 07c5d00

Please sign in to comment.