mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-13 12:55:19 +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 {
|
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"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue