diff options
| -rw-r--r-- | _test/etc/rescached/rescached.cfg | 2 | ||||
| -rw-r--r-- | environment_test.go | 2 | ||||
| -rw-r--r-- | testdata/rescached.cfg.test.out | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/_test/etc/rescached/rescached.cfg b/_test/etc/rescached/rescached.cfg index 743db17..5db7c9f 100644 --- a/_test/etc/rescached/rescached.cfg +++ b/_test/etc/rescached/rescached.cfg @@ -9,7 +9,7 @@ [rescached] file.resolvconf= -debug=2 +debug=1 wui.listen = 127.0.0.1:5381 [block.d "pgl.yoyo.org"] diff --git a/environment_test.go b/environment_test.go index 43f932e..4c3393e 100644 --- a/environment_test.go +++ b/environment_test.go @@ -97,7 +97,7 @@ func TestLoadEnvironment(t *testing.T) { }, TLSAllowInsecure: true, }, - Debug: 2, + Debug: 1, } expBuffer []byte diff --git a/testdata/rescached.cfg.test.out b/testdata/rescached.cfg.test.out index 3e17195..e55d29c 100644 --- a/testdata/rescached.cfg.test.out +++ b/testdata/rescached.cfg.test.out @@ -1,7 +1,7 @@ [rescached] file.resolvconf = wui.listen = 127.0.0.1:5381 -debug = 2 +debug = 1 [block.d "pgl.yoyo.org"] name = pgl.yoyo.org |
