Skip to content

Commit 806db26

Browse files
alloy nits
1 parent b27507e commit 806db26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

grafana.alloy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
logging {
2-
level = "debug" # or even "trace" for more detail
3-
format = "logfmt" # or "json" for structured logging
2+
level = "debug"
3+
format = "logfmt"
44
}
55

66
local.file_match "local_files" {
77
path_targets = [
8-
{"__path__" = "/var/log/sourcebot/*.log"}
8+
{"__path__" = "/var/log/sourcebot/*.log"},
99
]
1010
sync_period = "5s"
1111
}

0 commit comments

Comments
 (0)