Opened 17 years ago
Closed 17 years ago
#43 closed enhancement (fixed)
logging: flogtool tail/dump should format events
Reported by: | Brian Warner | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.2.5 |
Component: | logging | Version: | 0.2.2 |
Keywords: | Cc: |
Description
The default mode for both 'flogtool tail' and 'flogtool dump' should be to emit formatted log events, something like:
15:17:01.455 blah blah blah
instead of dumping the raw event dict. A --verbose options should switch it to emit such a dictionary instead. We also need display filters, to remove foolscap.negotiation, or events below a certain level. Also, 'flogtool tail' should have an option to write all events (even undisplayed ones) to a file, so that we can look at them later.
Change History (3)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Milestone: | undecided → 0.2.5 |
---|
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
oh, and if there are multiple sources in the logfile (tubids, or different incarnation records), there should be an option to color-code the output according to which program created the message. This suggests that 'flogtool tail FURL1 FURL2...' might be a good idea, to follow multiple programs at once.