diff options
-rwxr-xr-x | dev.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |