Skip to content

Commit

Permalink
Update Files output driver configuration in minimal skell
Browse files Browse the repository at this point in the history
  • Loading branch information
vruello committed Nov 23, 2024
1 parent 80183b1 commit f772f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/skell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ pub fn get_minimal_skell_content(uuid: Uuid, name: &str, now: DateTime<Local>) -
[[outputs]]
driver = "Files"
format = "Raw"
config = { base = "/var/log/openwec/" }
config = { path = "/var/log/openwec/{ip:2}/{ip:3}/{ip}/{principal}/messages" }
"#,
);
content
Expand Down

0 comments on commit f772f8e

Please sign in to comment.