From 1239e08f37746e0fc61031abe7cf1882dd71ed96 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Wed, 19 Mar 2014 05:04:24 +0200 Subject: [PATCH] update log line example --- doc/logging.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/logging.txt b/doc/logging.txt index c7403afb..23ddb00e 100644 --- a/doc/logging.txt +++ b/doc/logging.txt @@ -61,7 +61,7 @@ with spaces, and a prefix is added. The prefix contains a timestamp, the log level, and the logger name. Example:: duk> logger.info('test', 123) - 1395003609.854 INF myLogger: test 123 + 2014-03-19T02:42:20.425Z INF myLogger: test 123 Each arguments is formatted separately, and if an error is thrown during formatting, the argument is replaced with string coercion of the error.