From 819fa8bee45ff50e7fe9c6c9b76901e066867a50 Mon Sep 17 00:00:00 2001 From: Andrew Bettison <andrew@servalproject.org> Date: Mon, 22 Jun 2015 17:52:57 +0930 Subject: [PATCH] No time stamps in Android log by default --- conf_schema.h | 1 + 1 file changed, 1 insertion(+) diff --git a/conf_schema.h b/conf_schema.h index 47da87f3..d64a7f00 100644 --- a/conf_schema.h +++ b/conf_schema.h @@ -306,6 +306,7 @@ END_STRUCT_DEFAULT STRUCT_DEFAULT(log_format, android) ATOM_DEFAULT(show_pid, 0) +ATOM_DEFAULT(show_time, 0) END_STRUCT_DEFAULT STRUCT(watchdog)