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: proper log files/


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: proper log files/rotation for all non-python services
Date: Thu, 18 Jan 2018 15:34:23 +0100

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 8fda638  proper log files/rotation for all non-python services
8fda638 is described below

commit 8fda63808d2d9acced180c765923ec5d3edfa4b0
Author: Florian Dold <address@hidden>
AuthorDate: Thu Jan 18 15:34:20 2018 +0100

    proper log files/rotation for all non-python services
---
 taler-arm/taler-demobank.conf  | 4 ++--
 taler-arm/taler-donations.conf | 4 ++--
 taler-arm/taler-survey.conf    | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/taler-arm/taler-demobank.conf b/taler-arm/taler-demobank.conf
index be61219..0d479f7 100644
--- a/taler-arm/taler-demobank.conf
+++ b/taler-arm/taler-demobank.conf
@@ -1,4 +1,4 @@
 [taler-demobank]
 TYPE = simple
-BINARY = taler-bank-manage
-OPTIONS = serve-uwsgi
+BINARY = taler-log-adapter
+OPTIONS = $HOME/logs/bank-%Y-%m-%d.log taler-bank-manage serve-uwsgi
diff --git a/taler-arm/taler-donations.conf b/taler-arm/taler-donations.conf
index e3588ec..6228840 100644
--- a/taler-arm/taler-donations.conf
+++ b/taler-arm/taler-donations.conf
@@ -1,4 +1,4 @@
 [taler-donations]
 TYPE = simple
-BINARY = taler-merchant-donations
-OPTIONS = serve-uwsgi
+BINARY = taler-log-adapter
+OPTIONS = $HOME/logs/donations-%Y-%m-%d.log taler-merchant-donations 
serve-uwsgi
diff --git a/taler-arm/taler-survey.conf b/taler-arm/taler-survey.conf
index dd38506..2bf04d5 100644
--- a/taler-arm/taler-survey.conf
+++ b/taler-arm/taler-survey.conf
@@ -1,4 +1,4 @@
 [taler-survey]
 TYPE = simple
-BINARY = taler-merchant-survey
-OPTIONS = serve-uwsgi
+BINARY = taler-log-adapter
+OPTIONS = $HOME/logs/survey-%Y-%m-%d.log taler-merchant-survey serve-uwsgi

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



reply via email to

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