aboutsummaryrefslogtreecommitdiff
path: root/environment_test.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-05-22 16:02:42 +0700
committerShulhan <ms@kilabit.info>2022-05-22 16:14:35 +0700
commit80055f0c2eaef520017fef5453903e7333519e4a (patch)
tree51971934b6f23deed83e3ba1823c175c10eab535 /environment_test.go
parenta676f04d2f8c1981fc953cc2e87adf059e23089a (diff)
downloadrescached-80055f0c2eaef520017fef5453903e7333519e4a.tar.xz
all: change the test debug level from 2 to 1
Since we move and watch doc files, running "make dev" with debug level set to 2 add more noise due to logs from converting .adoc files.
Diffstat (limited to 'environment_test.go')
-rw-r--r--environment_test.go2
1 files changed, 1 insertions, 1 deletions
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