docs: Fix the documentation for the loglevel timestamps

We're actually using the system monotonic clock.
This commit is contained in:
nick
2013-06-06 12:23:14 +01:00
parent 24858fcde5
commit 1b6c10926f
2 changed files with 4 additions and 4 deletions

View File

@@ -94,10 +94,10 @@ error to set both --verbose and --quiet. The last one wins.
The log line format is:
<TIMESTAMP> <LEVEL>:<PID> <THREAD> <SOURCEFILE>:<SOURCELINE>: <MSG>
<TIMESTAMP>:<LEVEL>:<PID> <THREAD> <SOURCEFILE>:<SOURCELINE>: <MSG>
*TIMESTAMP*:
Time the log entry was made. This is expressed as milliseconds since the epoc.
Time the log entry was made. This is expressed in terms of monotonic ms
*LEVEL*:
This will be one of 'D', 'I', 'W', 'E', 'F' in increasing order of