Hi All, Osquery printing log without date. Ex: I05...
# general
n
Hi All, Osquery printing log without date. Ex: I0506 124617.464373  3788 events.cpp:867] Event publisher not enabled: auditeventpublisher: Publisher disabled via configuration I0506 124617.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
That the default glog format. Notice the prefix for the log,
I0506
which means,
Copy code
I : Info
05: Month
06: Day
https://github.com/google/glog/issues/229 is an issue which does not list any useful method