]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
docs/logging.rst: remove note about a bug that was fixed in foolscap 0.6.0.
authorDavid-Sarah Hopwood <davidsarah@mint>
Sat, 22 Dec 2012 23:39:11 +0000 (23:39 +0000)
committerDavid-Sarah Hopwood <davidsarah@mint>
Sat, 22 Dec 2012 23:39:11 +0000 (23:39 +0000)
Signed-off-by: David-Sarah Hopwood <davidsarah@mint>
docs/logging.rst

index 8c252b8d5f4d93c941c126eabe0cd9089061b9c8..4e43687c0c7e10bf05eed2cd328ef84e02c511ef 100644 (file)
@@ -268,13 +268,17 @@ If a test is failing and you aren't sure why, start by enabling
 
 With ``FLOGTOTWISTED=1``, sufficiently-important log events will be written
 into ``_trial_temp/test.log``, which may give you more ideas about why the
-test is failing. Note, however, that ``_trial_temp/log.out`` will not receive
-messages below the ``level=OPERATIONAL`` threshold, due to this issue:
-`<http://foolscap.lothar.com/trac/ticket/154>`_
+test is failing.
 
+By default, ``_trial_temp/test.log`` will not receive messages below the
+``level=OPERATIONAL`` threshold. You can change the threshold via the ``FLOGLEVEL``
+variable, e.g.::
 
-If that isn't enough, look at the detailed foolscap logging messages instead,
-by running the tests like this::
+  make test FLOGLEVEL=10 FLOGTOTWISTED=1
+
+(The level numbers are listed in src/allmydata/util/log.py.)
+
+To look at the detailed foolscap logging messages, run the tests like this::
 
   make test FLOGFILE=flog.out.bz2 FLOGLEVEL=1 FLOGTOTWISTED=1