gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: Reverting 'notice


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Reverting 'notice' log level for Nginx.
Date: Tue, 19 Jun 2018 14:08:38 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 13af856  Reverting 'notice' log level for Nginx.
13af856 is described below

commit 13af85653015f4715dcf6c1c76030a881c518576
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jun 19 14:08:16 2018 +0200

    Reverting 'notice' log level for Nginx.
---
 etc/nginx/nginx.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/nginx/nginx.conf b/etc/nginx/nginx.conf
index c644dac..1fe517d 100644
--- a/etc/nginx/nginx.conf
+++ b/etc/nginx/nginx.conf
@@ -37,7 +37,7 @@ http {
             '"$http_referer" "$http_user_agent"';
 
        access_log /var/log/nginx/access.log main;
-       error_log /var/log/nginx/error.log debug;
+       error_log /var/log/nginx/error.log notice;
 
        ##
        # Gzip Settings

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]