# HG changeset patch # User Sascha L. Teichmann # Date 1632154677 -7200 # Node ID fb532459eb2ee55c04227d83a86235fa431b5082 # Parent 0cd4ff1066fe7867a1d3464faf8ece4e977698bb Added new config params to example config. diff -r 0cd4ff1066fe -r fb532459eb2e example_conf.toml --- a/example_conf.toml Mon Sep 20 18:14:02 2021 +0200 +++ b/example_conf.toml Mon Sep 20 18:17:57 2021 +0200 @@ -89,3 +89,8 @@ # schema-dirs = "$PATH_TO_SCHEMATA" # published-config ="$PATH/pub-config.json" # report-path = "$PATH_TO_XSLX_AND_YAML_PAIRS" + +# File to log to. Default empty -> stderr +# log-file = "" +# Level of logging. Possible values: trace, debug, info, warn, error, fatal. +# log-level = "info"