mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
alloy nits
This commit is contained in:
parent
b27507eb7d
commit
806db26f16
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue