Skip to content

Commit

Permalink
Merge pull request #198 from vruello/fix_typos
Browse files Browse the repository at this point in the history
Fix some typos
  • Loading branch information
vruello authored Nov 23, 2024
2 parents 1f26628 + f772f8e commit 64a593a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
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
4 changes: 2 additions & 2 deletions openwec.conf.sample.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

# [Optional]
# Server logs destination, can be :
# - stdin
# - stdout
# - stderr
# - <path>: logs will be stored in the given file
# Default value is stderr
Expand All @@ -92,7 +92,7 @@

# [Optional]
# Access logs destination, can be :
# - stdin
# - stdout
# - stderr
# - <path>: logs will be stored in the given file
# - None: disable access logs
Expand Down
9 changes: 5 additions & 4 deletions subscription.sample.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# autogenerated by openwec 0.2.1
# Tue, 16 Jul 2024 17:47:27 +0200
# autogenerated by openwec 0.3.0
# Wed, 20 Nov 2024 00:25:58 +0100

# Unique identifier of the subscription
uuid = "153da0ed-ed28-404e-91ec-0c3594c9d033"
uuid = "1a196390-cc5d-4b42-bfd1-a3481eb2302b"
# Unique name of the subscription
name = "subscription-153da0ed-ed28-404e-91ec-0c3594c9d033"
name = "subscription-1a196390-cc5d-4b42-bfd1-a3481eb2302b"

# Subscription query
query = """
Expand Down Expand Up @@ -155,3 +155,4 @@ query = """
# UnixDatagram driver has the following parameters:
# - path (required): Path of the Unix socket to send events to
# config = { path = "/tmp/openwec.socket" }

0 comments on commit 64a593a

Please sign in to comment.