diff example_conf.toml @ 5495:0766dcb7e7f8

Merged logging branch into default.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 21 Sep 2021 12:49:30 +0200
parents fb532459eb2e
children 6c17583ff3c1
line wrap: on
line diff
--- a/example_conf.toml	Sat Aug 21 15:01:52 2021 +0200
+++ b/example_conf.toml	Tue Sep 21 12:49:30 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"