Merge "keystone: log errors to stdout"
This commit is contained in:
@@ -788,6 +788,8 @@ conf:
|
||||
SetEnvIf X-Forwarded-For "^.*\..*\..*\..*" forwarded
|
||||
CustomLog /dev/stdout combined env=!forwarded
|
||||
CustomLog /dev/stdout proxy env=forwarded
|
||||
ErrorLogFormat "%{cu}t %M"
|
||||
ErrorLog /dev/stdout
|
||||
|
||||
<VirtualHost *:{{ $portInt }}>
|
||||
WSGIDaemonProcess keystone-public processes=1 threads=1 user=keystone group=keystone display-name=%{GROUP}
|
||||
|
||||
6
releasenotes/notes/keystone-5dd1eca70f3382d8.yaml
Normal file
6
releasenotes/notes/keystone-5dd1eca70f3382d8.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
keystone:
|
||||
- |
|
||||
Ensure all errors go to the kubenertes logs and not to a file in the
|
||||
container.
|
||||
...
|
||||
Reference in New Issue
Block a user