Skip to content

Commit

Permalink
chore: update software-management file pattern to align with thin-edg…
Browse files Browse the repository at this point in the history
…e.io 1.3.0

Signed-off-by: Reuben Miller <reuben.d.miller@gmail.com>
  • Loading branch information
reubenmiller committed Sep 21, 2024
1 parent 1e9132d commit 6cd8956
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion images/alpine-s6/tedge-log-plugin.toml
Original file line number Diff line number Diff line change
@@ -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-*" },
]
2 changes: 1 addition & 1 deletion images/common/config/tedge-log-plugin.toml
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down
2 changes: 1 addition & 1 deletion images/tedge-containermgmt/tedge-log-plugin.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion images/tedge/tedge-log-plugin.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 6cd8956

Please sign in to comment.