comparison example_conf.toml @ 5494:fb532459eb2e logging

Added new config params to example config.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 20 Sep 2021 18:17:57 +0200
parents f8e7f043d968
children 6c17583ff3c1
comparison
equal deleted inserted replaced
5493:0cd4ff1066fe 5494:fb532459eb2e
87 87
88 # Schema for "Testclient imports" 88 # Schema for "Testclient imports"
89 # schema-dirs = "$PATH_TO_SCHEMATA" 89 # schema-dirs = "$PATH_TO_SCHEMATA"
90 # published-config ="$PATH/pub-config.json" 90 # published-config ="$PATH/pub-config.json"
91 # report-path = "$PATH_TO_XSLX_AND_YAML_PAIRS" 91 # report-path = "$PATH_TO_XSLX_AND_YAML_PAIRS"
92
93 # File to log to. Default empty -> stderr
94 # log-file = ""
95 # Level of logging. Possible values: trace, debug, info, warn, error, fatal.
96 # log-level = "info"