gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix logging


From: gnunet
Subject: [libeufin] branch master updated: fix logging
Date: Sun, 05 Mar 2023 13:07:37 +0100

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

grothoff pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new ef43f87c fix logging
ef43f87c is described below

commit ef43f87c8046fd6e523cdcda4324c13aa38bc698
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Mar 5 13:07:35 2023 +0100

    fix logging
---
 debian/etc/nginx/sites-available/libeufin-sandbox | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/etc/nginx/sites-available/libeufin-sandbox 
b/debian/etc/nginx/sites-available/libeufin-sandbox
index 02c6111f..71203a92 100644
--- a/debian/etc/nginx/sites-available/libeufin-sandbox
+++ b/debian/etc/nginx/sites-available/libeufin-sandbox
@@ -14,6 +14,9 @@ server {
   # - replace with your actual server name.
   server_name localhost;
 
+  access_log /var/log/nginx/libeufin-sandbox.log;
+  error_log /var/log/nginx/libeufin-sandbox.err;
+
   # Doesn't take requests away from the backend,
   # because that expects always a "/demobanks/default"
   # prefix.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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