gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 02/02: corrections in developer.texi


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 02/02: corrections in developer.texi
Date: Thu, 19 Oct 2017 19:25:17 +0200

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

ng0 pushed a commit to branch master
in repository gnunet.

commit 75a88df9c49c9e1b0e4d1e3c3df8f6daf2702dda
Author: ng0 <address@hidden>
AuthorDate: Thu Oct 19 17:24:59 2017 +0000

    corrections in developer.texi
---
 doc/chapters/developer.texi | 37 ++++++++++++++++---------------------
 1 file changed, 16 insertions(+), 21 deletions(-)

diff --git a/doc/chapters/developer.texi b/doc/chapters/developer.texi
index 53d5a5605..386d94238 100644
--- a/doc/chapters/developer.texi
+++ b/doc/chapters/developer.texi
@@ -1675,8 +1675,8 @@ This scripts takes a list of nodes retrieved directly 
from PlanetLab or
 read from a file and a configuration template and creates:
 
 @itemize @bullet
address@hidden a tasklist which can be executed with gplmt to setup the slaves
address@hidden a master.cfg file containing a PlanetLab nodes
address@hidden a tasklist which can be executed with gplmt to setup the slaves
address@hidden a master.cfg file containing a PlanetLab nodes
 @end itemize
 
 A configuration template is included in the <contrib>, most important is
@@ -2008,46 +2008,41 @@ careful with it, as log files will grow at alarming 
rate!)
 @item @code{GNUNET_FORCE_LOG="core;;;;DEBUG" gnunet-arm -s} Start GNUnet
 process tree, running the core service under DEBUG level (everything else
 will use configured or default level).
address@hidden
-
address@hidden
-GNUNET_FORCE_LOG=";gnunet-service-transport_validation.c;;;DEBUG" \
-gnunet-arm -s
address@hidden example
 
-Start GNUnet process tree, allowing any logging calls from
address@hidden Start GNUnet process tree, allowing any logging calls from
 gnunet-service-transport_validation.c (everything else will use
 configured or default level).
address@hidden
 
 @example
-GNUNET_FORCE_LOG="fs;gnunet-service-fs_push.c;;;DEBUG" gnunet-arm -s
+GNUNET_FORCE_LOG=";gnunet-service-transport_validation.c;;; DEBUG" \
+gnunet-arm -s
 @end example
 
-Start GNUnet process tree, allowing any logging calls from
address@hidden Start GNUnet process tree, allowing any logging calls from
 gnunet-gnunet-service-fs_push.c (everything else will use configured or
 default level).
 
address@hidden
-
 @example
-GNUNET_FORCE_LOG=";;GNUNET_NETWORK_socket_select;;DEBUG" gnunet-arm -s
+GNUNET_FORCE_LOG="fs;gnunet-service-fs_push.c;;;DEBUG" gnunet-arm -s
 @end example
 
-Start GNUnet process tree, allowing any logging calls from the
address@hidden Start GNUnet process tree, allowing any logging calls from the
 GNUNET_NETWORK_socket_select function (everything else will use
 configured or default level).
 
address@hidden
address@hidden
+GNUNET_FORCE_LOG=";;GNUNET_NETWORK_socket_select;;DEBUG" gnunet-arm -s
address@hidden example
+
address@hidden Start GNUnet process tree, allowing any logging calls from the
+components that have "transport" in their names, and are made from
+function that have "send" in their names. Everything else will be allowed
+to be logged only if it has WARNING level.
 
 @example
 GNUNET_FORCE_LOG="transport.*;;.*send.*;;DEBUG/;;;;WARNING" gnunet-arm -s
 @end example
 
-Start GNUnet process tree, allowing any logging calls from the components
-that have "transport" in their names, and are made from function that have
-"send" in their names. Everything else will be allowed to be logged only
-if it has WARNING level.
 @end table
 
 

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



reply via email to

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