Changeset 959248c in trunk
- Timestamp:
- 2012-05-16T22:13:29Z (13 years ago)
- Branches:
- master
- Children:
- 3738c3e
- Parents:
- c4d7b7b1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified docs/logging.rst ¶
rc4d7b7b1 r959248c 28 28 29 29 The Foolscap distribution includes a utility named "``flogtool``" that is 30 used to get access to many Foolscap logging features. However, using this31 command directly on Tahoe log files may fail, due to use of an incorrect 32 PYTHONPATH. To avoid this problem, Tahoe-LAFS v1.10.0 and later include a 33 ``tahoe debug flogtool`` command; to use this, prefix all of the example 34 commands below with ``tahoe debug``.30 used to get access to many Foolscap logging features. This command only 31 works when foolscap and its dependencies are installed correctly. 32 Tahoe-LAFS v1.10.0 and later include a ``tahoe debug flogtool`` command 33 that can be used even when foolscap is not installed; to use this, prefix 34 all of the example commands below with ``tahoe debug``. 35 35 36 36 For earlier versions since Tahoe-LAFS v1.8.2, installing Foolscap v0.6.1
Note: See TracChangeset
for help on using the changeset viewer.