summaryrefslogtreecommitdiffstats
path: root/TODO.org
diff options
context:
space:
mode:
authorGergely Nagy <algernon@balabit.hu>2012-03-21 14:23:35 +0100
committerGergely Nagy <algernon@balabit.hu>2012-03-21 14:23:35 +0100
commitb49beb4e96a317e9d279274dc13607dda978792c (patch)
tree9486077d17f0bd39fd480a5c9e3815c2582e0481 /TODO.org
parent765ee19aec8a9a88c52f71336aadbc8991e8cb95 (diff)
downloadlibumberlog-b49beb4e96a317e9d279274dc13607dda978792c.tar.gz
libumberlog-b49beb4e96a317e9d279274dc13607dda978792c.tar.xz
libumberlog-b49beb4e96a317e9d279274dc13607dda978792c.zip
Add the timestamp to the JSON payload too.
Add high-precision timestamp to the JSON payload (unless disabled). Signed-off-by: Gergely Nagy <algernon@balabit.hu>
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO.org b/TODO.org
index 8af859a..c0f4632 100644
--- a/TODO.org
+++ b/TODO.org
@@ -13,7 +13,10 @@ LOG_CEE_NOCACHE flag, and also with LOG_CEE_NOCACHE_UID flag.
Not cached by default, but can be turned on with
LOG_CEE_CACHE_TID. This is linux-specific, and glibc does not provide
a wrapper, so this also needs some configure-time discovery.
-*** TODO Timestamp in the payload
+*** DONE Timestamp in the payload
+CLOSED: [2012-03-21 Wed 14:20]
+- CLOSING NOTE [2012-03-21 Wed 14:20] \\
+ Use clock_gettime(), and format the string with full precision.
Not enabled by default, can be toggled on with LOG_CEE_TIMESTAMP.
**** What precision do we want?
*** DONE Hostname in the payload