https://github.com/osquery/osquery logo
Title
n

Nikhil Pawade

05/17/2021, 9:22 AM
Hi All, Osquery printing log without date. Ex: I0506 12:46:17.464373  3788 events.cpp:867] Event publisher not enabled: auditeventpublisher: Publisher disabled via configuration I0506 12:46:17.464455  3788 events.cpp:867] Event publisher not enabled: syslog: Publisher disabled via configuration Is there any way to print log in date and time format or is any config option available?
p

Prateek Kumar Nischal

05/17/2021, 1:42 PM
That the default glog format. Notice the prefix for the log,
I0506
which means,
I : Info
05: Month
06: Day
https://github.com/google/glog/issues/229 is an issue which does not list any useful method