Skip to content

Commit

Permalink
Apache log to stdout (#108)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Jansen <[email protected]>
  • Loading branch information
Marcel-Jansen authored Sep 26, 2023
1 parent ceb75dd commit 98fd257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/gxf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: gxf
description: Generic GXF Helm chart
version: '1.5.26'
version: '1.5.27'
icon: https://artwork.lfenergy.org/projects/grid-exchange-fabric/abbrev/color/grid-exchange-fabric-abbrev-color.png
maintainers:
- name: OSGP
Expand Down
4 changes: 2 additions & 2 deletions charts/gxf/templates/apache-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ data:
<VirtualHost *:{{ .Values.httpdSidecar.port }}>
ServerName {{ $serverName }}
ErrorLog /tmp/osp_error.log
ErrorLog /dev/stderr
LogLevel warn
CustomLog /tmp/osp_ssl_access.log combined
CustomLog /dev/stdout combined
SSLCertificateFile /certs/server.crt
SSLCertificateKeyFile /certs/server.key
Expand Down

0 comments on commit 98fd257

Please sign in to comment.