Skip to content

Commit 3899c47

Browse files
authored
Add nginx error log (#623)
1 parent 0d9ad0c commit 3899c47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helm/openwhisk/templates/nginx-cm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ data:
3939
'[#tid_$request_id] $request $status $body_bytes_sent '
4040
'$http_referer $http_user_agent $upstream_addr';
4141
access_log /logs/nginx_access.log combined-upstream;
42+
error_log /logs/nginx_error.log error;
4243
4344
# needed to enable keepalive to upstream controllers
4445
proxy_http_version 1.1;

0 commit comments

Comments
 (0)