Changes between Initial Version and Version 2 of Ticket #239
- Timestamp:
- 2008-01-05T05:59:51Z (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #239 – Description
initial v2 3 3 Unfortunately the way to use it currently requires a couple of manual steps: 4 4 5 1. pass {{{FLOG TOOL=flog.pickle}}} and {{{FLOGTWISTED=1}}} environment variables to the tahoe process5 1. pass {{{FLOGFILE=flog.pickle.bz2}}} and {{{FLOGTWISTED=1}}} environment variables to the tahoe process 6 6 7 7 2. find the resulting {{{flog.pickle}}} file (in your {{{~/.tahoe}}} directory) 8 8 9 3. run {{{flogtool dump flog.pickle }}} on it to get a text output9 3. run {{{flogtool dump flog.pickle.bz2}}} on it to get a text output 10 10 11 3.b. alternately, run {{{flogtool web-viewer flog.pickle }}} on it to get a nice HTML view with indentation and coloration11 3.b. alternately, run {{{flogtool web-viewer flog.pickle.bz2}}} on it to get a nice HTML view with indentation and coloration 12 12 13 13