Logging: Direct transfer and custom logs for apache to stdout

Directs transferlogs in apache to stdout to align with the other
services in openstack-helm

Change-Id: If9e203ee19e125b390e10c0ee18f39e8df43b7db
This commit is contained in:
Steve Wilkerson 2017-08-15 14:19:51 -05:00 committed by Pete Birley
parent b06fab9c07
commit ea14357eeb
2 changed files with 3 additions and 2 deletions

View File

@ -42,7 +42,8 @@ CustomLog /dev/stdout proxy env=forwarded
<IfVersion >= 2.4>
ErrorLogFormat "%{cu}t %M"
</IfVersion>
ErrorLog /dev/stderr
ErrorLog /dev/stdout
TransferLog /dev/stdout
SetEnvIf X-Forwarded-For "^.*\..*\..*\..*" forwarded
CustomLog /dev/stdout combined env=!forwarded

View File

@ -33,7 +33,7 @@ CustomLog /dev/stdout proxy env=forwarded
<IfVersion >= 2.4>
ErrorLogFormat "%{cu}t %M"
</IfVersion>
ErrorLog /dev/stderr
ErrorLog /dev/stdout
SetEnvIf X-Forwarded-For "^.*\..*\..*\..*" forwarded
CustomLog /dev/stdout combined env=!forwarded