From 92c4d1f41a35cd4503ce92eabb0e0b6a273ff556 Mon Sep 17 00:00:00 2001 From: bakito Date: Tue, 21 Mar 2023 11:14:44 +0100 Subject: [PATCH] #170 add log level to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index da244ba..caae9e1 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Both the origin instance must be initially setup via the AdguardHome installatio ```bash +export LOG_LEVEL=info export ORIGIN_URL=https://192.168.1.2:3000 export ORIGIN_USERNAME=username export ORIGIN_PASSWORD=password @@ -126,6 +127,7 @@ services: container_name: adguardhome-sync command: run environment: + LOG_LEVEL: 'info' ORIGIN_URL: 'https://192.168.1.2:3000' ORIGIN_USERNAME: 'username' ORIGIN_PASSWORD: 'password'