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