From 75a88df9c49c9e1b0e4d1e3c3df8f6daf2702dda Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 19 Oct 2017 17:24:59 +0000 Subject: [PATCH] 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 -@bullet a tasklist which can be executed with gplmt to setup the slaves -@bullet a master.cfg file containing a PlanetLab nodes +@item a tasklist which can be executed with gplmt to setup the slaves +@item a master.cfg file containing a PlanetLab nodes @end itemize A configuration template is included in the , 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). -@item - -@example -GNUNET_FORCE_LOG=";gnunet-service-transport_validation.c;;;DEBUG" \ -gnunet-arm -s -@end example -Start GNUnet process tree, allowing any logging calls from +@item Start GNUnet process tree, allowing any logging calls from gnunet-service-transport_validation.c (everything else will use configured or default level). -@item @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 +@item Start GNUnet process tree, allowing any logging calls from gnunet-gnunet-service-fs_push.c (everything else will use configured or default level). -@item - @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 +@item Start GNUnet process tree, allowing any logging calls from the GNUNET_NETWORK_socket_select function (everything else will use configured or default level). -@item +@example +GNUNET_FORCE_LOG=";;GNUNET_NETWORK_socket_select;;DEBUG" gnunet-arm -s +@end example + +@item 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 -- 2.25.1