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 {
level = "debug" # or even "trace" for more detail
format = "logfmt" # or "json" for structured logging
level = "debug"
format = "logfmt"
}
local.file_match "local_files" {
path_targets = [
{"__path__" = "/var/log/sourcebot/*.log"}
{"__path__" = "/var/log/sourcebot/*.log"},
]
sync_period = "5s"
}