From 3a54f3f3bed47be06eef9cf7865b3b106b16c9fa Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Fri, 27 Dec 2024 20:45:37 +0100 Subject: [PATCH] docs: log level --- README.md | 1 + config.example.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 1d0dd04..d6c8b72 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ domains: - www check_interval: 0 0 0/6 * * * * mode: Scheduled +log_level: info ``` The config file is expected to be in the same directory as the binary and called `config.yaml`. For the OCR image, the root directory is `/app`. diff --git a/config.example.yaml b/config.example.yaml index b8fa980..71ce76e 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -21,3 +21,4 @@ domains: - www check_interval: 0 0 0/6 * * * * mode: Scheduled +log_level: info -- 2.49.1