Changeset 499:63397d38a1aa for doc
- Timestamp:
- 10/14/08 17:47:38 (3 months ago)
- Files:
-
- doc/specifications/logfiles.xhtml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/specifications/logfiles.xhtml
r431 r499 208 208 <h3>flogtool tail</h3> 209 209 210 <p>The header dict produced by <code>flogtool tail</code> does not contain 211 any additional keys at this time.</p> 210 <p>The header dict produced by <code>flogtool tail</code> contains the 211 following additional keys:</p> 212 213 <ul> 214 <li><code>pid</code> (int): if present, this value contains the process id 215 of the process which was being followed by 'flogtool tail'.</li> 216 217 <li><code>versions</code> (dict): this contains a dictionary of component 218 versions, mapping a string component name like "foolscap" to a version 219 string.</li> 220 </ul> 212 221 213 222 <h3>log-gatherer</h3> … … 237 246 the incident. This event will also be present somewhere in the rest of the 238 247 logfile, at its normal position in the event stream. </li> 248 249 <li><code>pid</code> (int): this value contains the process id of the 250 process which experienced the incident.</li> 251 252 <li><code>versions</code> (dict): this contains a dictionary of component 253 versions, mapping a string component name like "foolscap" to a version 254 string.</li> 239 255 </ul> 240 256
