aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-05-02 08:44:37 +0200
committerChristian Grothoff <christian@grothoff.org>2019-05-02 08:44:37 +0200
commit2ec26a350c73074cf2d00fc6b31ee17c59d44d26 (patch)
tree8a768f29bc9a2896c7365098a108386323c6c461
parent0c2263e8cd3aec2a92809fa838b08ef0ef4a1388 (diff)
downloadgnunet-2ec26a350c73074cf2d00fc6b31ee17c59d44d26.tar.gz
gnunet-2ec26a350c73074cf2d00fc6b31ee17c59d44d26.zip
make gnunet-arm log to file by default
-rw-r--r--src/arm/arm.conf.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/arm/arm.conf.in b/src/arm/arm.conf.in
index dc32f5498..f63a1e755 100644
--- a/src/arm/arm.conf.in
+++ b/src/arm/arm.conf.in
@@ -16,7 +16,9 @@ UNIX_MATCH_GID = YES
16# logging with a new log file each day. Note that only the last 3 16# logging with a new log file each day. Note that only the last 3
17# log files are preserved. 17# log files are preserved.
18# GLOBAL_POSTFIX = -l $GNUNET_CACHE_HOME/{}-%Y-%m-%d.log 18# GLOBAL_POSTFIX = -l $GNUNET_CACHE_HOME/{}-%Y-%m-%d.log
19GLOBAL_PREFIX = 19GLOBAL_PREFIX =
20
21OPTIONS = -l $GNUNET_CACHE_HOME/gnunet-%Y-%m-%d.log
20 22
21# If set to YES, ARM will only start services that are marked as 23# If set to YES, ARM will only start services that are marked as
22# system-level services (and we'll expect a second ARM to be 24# system-level services (and we'll expect a second ARM to be