diff options
author | Vika <vika@fireburn.ru> | 2022-04-17 07:31:10 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2022-04-17 07:31:10 +0300 |
commit | 8cd92091a1460b7543b37f78649a594a03c383ad (patch) | |
tree | 845fc562ad00a47529e87b47c16a64a4a2336873 | |
parent | f01c97b2b3e12c13a85d9593771eb68d9a3bfa01 (diff) | |
download | kittybox-8cd92091a1460b7543b37f78649a594a03c383ad.tar.zst |
More logs
-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 |