Update doc: conf.toml detail

李衍志523370910113 2024-09-15 22:59:29 +08:00
parent 11987392b6
commit 2313ce734a

@ -49,9 +49,11 @@ max = 4_096
[stages.executor.with.default.stderr] [stages.executor.with.default.stderr]
name = "stderr" name = "stderr"
max = 4_096 max = 4_096
# configure parser
[stages.parser] [stages.parser]
name = "healthcheck" name = "" # set parser name
[stages.parser.with] [stages.parser.with]
score = 0 score = 0
comment = " + comment from toml conf" comment = "" # comment from the conf file
``` ```