From 8cd92091a1460b7543b37f78649a594a03c383ad Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 17 Apr 2022 07:31:10 +0300 Subject: More logs --- dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev.sh') diff --git a/dev.sh b/dev.sh index 6a580f4..f00dd6c 100755 --- a/dev.sh +++ b/dev.sh @@ -1,5 +1,5 @@ #!/bin/sh -export RUST_LOG="debug,retainer::cache=warn,html5ever=info,hyper::proto=info,multipart=info,h2=warn,rustls=warn" +export RUST_LOG="trace,retainer::cache=warn,html5ever=info,hyper=info,multipart=info,h2=warn,rustls=warn,warp=info" export BACKEND_URI=file://./test-dir export TOKEN_ENDPOINT=https://tokens.indieauth.com/token export AUTHORIZATION_ENDPOINT=https://indieauth.com/auth -- cgit 1.4.1