From 1b6c10926ff608c42824856b27a6843d9faffc05 Mon Sep 17 00:00:00 2001 From: nick Date: Thu, 6 Jun 2013 12:23:14 +0100 Subject: [PATCH] docs: Fix the documentation for the loglevel timestamps We're actually using the system monotonic clock. --- README.proxy.txt | 4 ++-- README.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.proxy.txt b/README.proxy.txt index a5c8b43..a7ac11a 100644 --- a/README.proxy.txt +++ b/README.proxy.txt @@ -94,10 +94,10 @@ error to set both --verbose and --quiet. The last one wins. The log line format is: - : :: + :: :: *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 diff --git a/README.txt b/README.txt index 0441e3b..940ceb6 100644 --- a/README.txt +++ b/README.txt @@ -278,10 +278,10 @@ error to set both --verbose and --quiet. The last one wins. The log line format is: - : :: + :: :: *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