alloy nits

This commit is contained in:
bkellam 2025-03-01 21:03:06 -08:00
parent b27507eb7d
commit 806db26f16

View file

@ -1,11 +1,11 @@
logging { logging {
level = "debug" # or even "trace" for more detail level = "debug"
format = "logfmt" # or "json" for structured logging format = "logfmt"
} }
local.file_match "local_files" { local.file_match "local_files" {
path_targets = [ path_targets = [
{"__path__" = "/var/log/sourcebot/*.log"} {"__path__" = "/var/log/sourcebot/*.log"},
] ]
sync_period = "5s" sync_period = "5s"
} }