- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Multi timestamp in syslogs httpd[]
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2020 04:47 AM
Hi All,
just wants to know your thought about logs below:
2020-08-13T00:34:10+07:00 daemon infoblox-gm01.internal.com httpd[]: notice 2020-08-12 17:34:10.424Z [admin]: Modified CSVImportTask 26: Changed action:NULL->"START",on_error:"STOP"->"CONTINUE"
2020-08-13T00:34:10+07:00 daemon infoblox-gm01.internal.com httpd[]: notice 2020-08-12 17:34:10.424Z [admin]: Created BackgroundTask 8691: Set submit_time=2020-08-12 17:34:10.420Z,submitter="admin",state="WAITING",description="CSVImportTask 26"
as you could see, there are 2 timestamps in the logs messages. if i check it only happen for some specific service like httpd.
Anybody could help to explain this
Thanks
Solved! Go to Solution.
Re: Multi timestamp in syslogs httpd[]
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2020 03:52 PM
Hi,
Actually these are the detail of the logs:
2020-08-13T00:34:10+07:00 daemon infoblox-gm01.internal.com httpd[]: --> the time is based on UTC+7
notice 2020-08-12 17:34:10.424Z [admin]: Created BackgroundTask 8691: Set submit_time=2020-08-12 17:34:10.420Z,submitter="admin",state="WAITING",description="CSVImportTask 26" --> This is based on audit log from support_log in support_bundle using UTC Time.
Thanks