diff --git a/sos/report/plugins/os_net_config.py b/sos/report/plugins/os_net_config.py index 2970ee7e3..436304f92 100644 --- a/sos/report/plugins/os_net_config.py +++ b/sos/report/plugins/os_net_config.py @@ -20,6 +20,7 @@ class OsNetConfig(Plugin, IndependentPlugin): def setup(self): self.add_copy_spec("/etc/os-net-config") self.add_copy_spec("/var/lib/os-net-config") + self.add_copy_spec("/var/log/os-net-config.log") # vim: set et ts=4 sw=4 :