I am writing syslog using GLOG using GLOG documentation For example I have following code :
SYSLOG(INFO)<<"Syslog testing";
but int log file I see
Nov 18 16:39:03 xyz UNKNOWN[12807]: Syslog testing
Can anybody please tell me Is there any way to change UNKNOWN to my input string?.