#80 closed enhancement (fixed)
record PID in event logs
| Reported by: | Brian Warner | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.4.0 |
| 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 (8)
comment:1 Changed 18 years ago by
| Milestone: | undecided → 0.3.0 |
|---|
comment:2 Changed 18 years ago by
comment:3 Changed 18 years ago by
| Milestone: | 0.3.1 → 0.3.2 |
|---|---|
| Summary: | record application versions in event logs → record PID in event logs |
narrowing this ticket down to just the PID, created #97 for the show-versions pieces
- record PID in event-logs header
comment:4 Changed 18 years ago by
[f2303b2dc1b70db2364c9bb60dacfb4b325dc2f7] records the PID in the 'flogtool tail' savefile, and in incident reports.
What's left:
- display PID in web-viewer output
comment:5 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:6 Changed 17 years ago by
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
Hrm, I guess I shouldn't close this until the Incident Gatherer also records the remote PID too.
comment:7 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
ah, my mistake, the PID should already be in the gathered incidents.
comment:8 Changed 17 years ago by
| Milestone: | 0.3.3 → 0.4.0 |
|---|
Note: See
TracTickets for help on using
tickets.

[04b4449b0b7518ca3e341799b045c66df3d627a8] makes 'flogtool tail' put a 'versions' dict in the header, and 'flogtool dump --verbose' shows it. [82aee7dbecaf03f428a44470137739feddc94e04] puts the 'versions' dict in the incident report's header
Still to do: