docs: Fix the documentation for the loglevel timestamps
We're actually using the system monotonic clock.
This commit is contained in:
@@ -94,10 +94,10 @@ error to set both --verbose and --quiet. The last one wins.
|
|||||||
|
|
||||||
The log line format is:
|
The log line format is:
|
||||||
|
|
||||||
<TIMESTAMP> <LEVEL>:<PID> <THREAD> <SOURCEFILE>:<SOURCELINE>: <MSG>
|
<TIMESTAMP>:<LEVEL>:<PID> <THREAD> <SOURCEFILE>:<SOURCELINE>: <MSG>
|
||||||
|
|
||||||
*TIMESTAMP*:
|
*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*:
|
*LEVEL*:
|
||||||
This will be one of 'D', 'I', 'W', 'E', 'F' in increasing order of
|
This will be one of 'D', 'I', 'W', 'E', 'F' in increasing order of
|
||||||
|
@@ -278,10 +278,10 @@ error to set both --verbose and --quiet. The last one wins.
|
|||||||
|
|
||||||
The log line format is:
|
The log line format is:
|
||||||
|
|
||||||
<TIMESTAMP> <LEVEL>:<PID> <THREAD> <SOURCEFILE>:<SOURCELINE>: <MSG>
|
<TIMESTAMP>:<LEVEL>:<PID> <THREAD> <SOURCEFILE>:<SOURCELINE>: <MSG>
|
||||||
|
|
||||||
*TIMESTAMP*:
|
*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*:
|
*LEVEL*:
|
||||||
This will be one of 'D', 'I', 'W', 'E', 'F' in increasing order of
|
This will be one of 'D', 'I', 'W', 'E', 'F' in increasing order of
|
||||||
|
Reference in New Issue
Block a user