Opened at 2007-12-19T17:44:56Z
Last modified at 2009-02-07T19:43:38Z
#239 closed defect
automate new logging system — at Initial Version
Reported by: | zooko | Owned by: | zooko |
---|---|---|---|
Priority: | major | Milestone: | 1.3.0 |
Component: | code-nodeadmin | Version: | 0.7.0 |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
There is a nice new logging tool in foolscap 0.2.2 which we use in tahoe 0.7.0.
Unfortunately the way to use it currently requires a couple of manual steps:
- pass FLOGTOOL=flog.pickle and FLOGTWISTED=1 environment variables to the tahoe process
- find the resulting flog.pickle file (in your ~/.tahoe directory)
- run flogtool dump flog.pickle on it to get a text output
3.b. alternately, run flogtool web-viewer flog.pickle on it to get a nice HTML view with indentation and coloration
We should probably spend some time trying to automate or at least document this process so that people who use tahoe v0.7.0 will have good logging.
Note: See
TracTickets for help on using
tickets.