ossobv / sonic-buildimage

Scripts which perform an installable binary image build for SONiC
Other
0 stars 0 forks source link

logging: Rsyslog output starts with good logical timestamp on boot and becomes human later #25

Open wdoekes opened 1 week ago

wdoekes commented 1 week ago

Description

2024-11-12T11:08:07.262765+00:00 sonic container: read_data: config:True feature:radv fields:[('set_owner', 'local'), ('no_fallback_to_local', False), ('state', 'disabled')] val:['local', False, 'enabled']
2024-11-12T11:08:07.263342+00:00 sonic container: read_data: config:False feature:radv fields:[('current_owner', 'none'), ('remote_state', 'none'), ('container_id', '')] val:['none', 'none', '']
2024-11-12T11:08:07.263342+00:00 sonic container: read_data: config:False feature:radv fields:[('current_owner', 'none'), ('remote_state', 'none'), ('container_id', '')] val:['none', 'none', '']

^- good timestamps
v- bad timestamps

2024 Nov 12 11:08:07.273211 leaf1 INFO systemd[1]: Stopping rsyslog.service - System Logging Service...
2024 Nov 12 11:08:07.273851 leaf1 INFO rsyslogd: [origin software="rsyslogd" swVersion="8.2302.0" x-pid="5777" x-info="https://www.rsyslog.com"] exiting on signal 15.
2024 Nov 12 11:08:07.275612 leaf1 INFO container: docker get image version for radv
2024 Nov 12 11:08:07.276124 leaf1 DEBUG container: container_wait: radv: set_owner:local ct_owner:none state:none id:radv pend=0
2024 Nov 12 11:08:07.276433 leaf1 DEBUG container: container_wait: END -- transitioning to docker wait
2024 Nov 12 11:08:07.414917 leaf1 INFO dhclient[6167]: XMT: Solicit on eth0, interval 1020ms.

Which build are we running (if any)

ossomain - debug build, but we saw this in all recent builds

Upstream issues/PRs