taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 7e71131a03dc3741eb080982adc20ceec07fdd18
parent 7031377f606b7bbf620cd0cf519b3b3f7a6ff941
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Fri, 23 Sep 2016 15:14:09 +0200

Revering the use of GNUNET_FORCE_LOGFILE

Diffstat:
Mbin/taler-deployment-arm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-arm b/bin/taler-deployment-arm @@ -7,7 +7,7 @@ logdir=$base/logs export GNUNET_BASE_CONFIG=$base/deployment/taler-arm export PATH="$base/local/bin":$PATH -# export GNUNET_FORCE_LOGFILE=$logdir/taler-%Y-%m-%d.log +export GNUNET_FORCE_LOGFILE=$logdir/taler-%Y-%m-%d.log export GNUNET_FORCE_LOG="taler;;;;DEBUG/arm;;;;INFO" cd $HOME/$color