diff --git a/images/alpine-s6/tedge-log-plugin.toml b/images/alpine-s6/tedge-log-plugin.toml index 5c7bb22..2390805 100644 --- a/images/alpine-s6/tedge-log-plugin.toml +++ b/images/alpine-s6/tedge-log-plugin.toml @@ -1,4 +1,4 @@ files = [ - { type = "software-management", path = "/var/log/tedge/agent/software-*" }, + { type = "software-management", path = "/var/log/tedge/agent/workflow-software*" }, { type = "shell", path = "/var/log/tedge/agent/c8y_Command-*" }, ] \ No newline at end of file diff --git a/images/common/config/tedge-log-plugin.toml b/images/common/config/tedge-log-plugin.toml index 76eeb18..fcac8d0 100644 --- a/images/common/config/tedge-log-plugin.toml +++ b/images/common/config/tedge-log-plugin.toml @@ -1,5 +1,5 @@ files = [ - { type = "software-management", path = "/var/log/tedge/agent/software-*" }, + { type = "software-management", path = "/var/log/tedge/agent/workflow-software*" }, { type = "shell", path = "/var/log/tedge/agent/c8y_Command-*" }, { type = "dpkg", path = "/var/log/dpkg.log" }, { type = "apt-terminal-log", path = "/var/log/apt/term.log" }, diff --git a/images/tedge-containermgmt/tedge-log-plugin.toml b/images/tedge-containermgmt/tedge-log-plugin.toml index f741cf9..4f9e8bc 100644 --- a/images/tedge-containermgmt/tedge-log-plugin.toml +++ b/images/tedge-containermgmt/tedge-log-plugin.toml @@ -1,6 +1,6 @@ [[files]] type = "software-management" -path = "/var/log/tedge/agent/software-*" +path = "/var/log/tedge/agent/workflow-software*" [[files]] type = "firmware_update" diff --git a/images/tedge/tedge-log-plugin.toml b/images/tedge/tedge-log-plugin.toml index f741cf9..4f9e8bc 100644 --- a/images/tedge/tedge-log-plugin.toml +++ b/images/tedge/tedge-log-plugin.toml @@ -1,6 +1,6 @@ [[files]] type = "software-management" -path = "/var/log/tedge/agent/software-*" +path = "/var/log/tedge/agent/workflow-software*" [[files]] type = "firmware_update"