diff options
| author | Gergely Nagy <algernon@balabit.hu> | 2012-03-21 14:23:35 +0100 |
|---|---|---|
| committer | Gergely Nagy <algernon@balabit.hu> | 2012-03-21 14:23:35 +0100 |
| commit | b49beb4e96a317e9d279274dc13607dda978792c (patch) | |
| tree | 9486077d17f0bd39fd480a5c9e3815c2582e0481 /lib/cee-syslog.h | |
| parent | 765ee19aec8a9a88c52f71336aadbc8991e8cb95 (diff) | |
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 'lib/cee-syslog.h')
| -rw-r--r-- | lib/cee-syslog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cee-syslog.h b/lib/cee-syslog.h index 70ac0cf..0725230 100644 --- a/lib/cee-syslog.h +++ b/lib/cee-syslog.h @@ -34,6 +34,7 @@ #define LOG_CEE_NODISCOVER 0x0040 #define LOG_CEE_NOCACHE 0x0080 #define LOG_CEE_NOCACHE_UID 0x0100 +#define LOG_CEE_NOTIME 0x0200 char *cee_format (int priority, const char *msg_format, ...); char *cee_vformat (int priority, const char *msg_format, va_list ap); |
