From ad0932f4aafacc4f6b6fcb80bda580ee5f1c84d5 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Wed, 1 Jan 2025 12:25:14 +0100 Subject: [PATCH] docs: log level (#23) Reviewed-on: https://gitea.t000-n.de/t.behrendt/realDynDNS/pulls/23 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- 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