Ticket #80 (new enhancement)

Opened 6 months ago

Last modified 3 months ago

record PID in event logs

Reported by: warner Assigned to:
Priority: minor Milestone: 0.3.3
Component: logging Version: 0.2.5
Keywords: Cc:

Description

We have an API to retrieve application versions through the webport. We should record these in the "header dictionary", and make them visible to tools like "flogtool dump" and "flogtool web-viewer". The PID might be useful too.

Change History

07/07/08 19:40:25 changed by warner

  • milestone changed from undecided to 0.3.0.

08/29/08 16:08:10 changed by warner

[473:b1a12e7a1aa4] makes 'flogtool tail' put a 'versions' dict in the header, and 'flogtool dump --verbose' shows it. [476:da0c88c9c942] puts the 'versions' dict in the incident report's header

Still to do:

  • show versions in 'flogtool dump' better: add a --show-versions flag (instead of requiring --verbose)
  • show versions in web-viewer
  • add the PID, if possible

09/03/08 11:55:14 changed by warner

  • summary changed from record application versions in event logs to record PID in event logs.
  • milestone changed from 0.3.1 to 0.3.2.

narrowing this ticket down to just the PID, created #97 for the show-versions pieces

* record PID in event-logs header

10/14/08 17:48:34 changed by warner

[63397d38a1aa] records the PID in the 'flogtool tail' savefile, and in incident reports.

What's left:

  • display PID in web-viewer output