Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add container rsyslog.conf to the sys dump (sonic-net#3039)
What I did Added a new directory to generate_dump for collecting any container specific config files etc to the sys dump. For now only the rsyslog.conf is added How I did it How to verify it Run the dump and see if the rsyslogd files are present root@r-leopard-41:/home/admin# tree -a sonic_dump_r-leopard-41_20230815_013600/dump/container_dumps/ sonic_dump_r-leopard-41_20230815_013600/dump/container_dumps/ ├── bgp │ └── rsyslog.conf ├── database │ └── rsyslog.conf ├── dhcp_relay │ └── rsyslog.conf ├── eventd │ └── rsyslog.conf ├── lldp │ └── rsyslog.conf ├── mgmt-framework │ └── rsyslog.conf ├── pmon │ └── rsyslog.conf ├── radv │ └── rsyslog.conf ├── snmp │ └── rsyslog.conf ├── swss │ └── rsyslog.conf ├── syncd │ └── rsyslog.conf ├── teamd │ └── rsyslog.conf └── telemetry └── rsyslog.conf 13 directories, 13 files
- Loading branch information