You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2020/07/26 00:44:36 UTC

[openwhisk-deploy-kube] branch master updated: Add nginx error log (#623)

This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new 3899c47  Add nginx error log (#623)
3899c47 is described below

commit 3899c47cd87b06c7fd3b1753a06b3d630684b364
Author: ningyougang <41...@qq.com>
AuthorDate: Sun Jul 26 08:44:27 2020 +0800

    Add nginx error log (#623)
---
 helm/openwhisk/templates/nginx-cm.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helm/openwhisk/templates/nginx-cm.yaml b/helm/openwhisk/templates/nginx-cm.yaml
index f850f5a..fb3a906 100644
--- a/helm/openwhisk/templates/nginx-cm.yaml
+++ b/helm/openwhisk/templates/nginx-cm.yaml
@@ -39,6 +39,7 @@ data:
           '[#tid_$request_id] $request $status $body_bytes_sent '
           '$http_referer $http_user_agent $upstream_addr';
       access_log /logs/nginx_access.log combined-upstream;
+      error_log /logs/nginx_error.log error;
 
       # needed to enable keepalive to upstream controllers
       proxy_http_version 1.1;