diff options
author | Vika <vika@fireburn.ru> | 2024-08-18 00:20:57 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2024-08-18 00:27:53 +0300 |
commit | a003db6d0a6bbebdb10dd904530d474c1cfea5ad (patch) | |
tree | 189b9599ab86d9ab13c72128bceae48410994fc5 | |
parent | 7c4546faced6d1add4b6c904529601576baa50f4 (diff) | |
download | kittybox-a003db6d0a6bbebdb10dd904530d474c1cfea5ad.tar.zst |
Don't log extraneous MF2 parsing data
-rw-r--r-- | .envrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.envrc b/.envrc index f5e765d..2363acc 100644 --- a/.envrc +++ b/.envrc @@ -6,7 +6,7 @@ if has nix; then nix_direnv_watch_file ./shell.nix use flake . fi -export RUST_LOG="kittybox=trace,sqlx=trace,tower_http::trace=debug,info" +export RUST_LOG="kittybox=trace,sqlx=trace,tower_http::trace=debug,microformats=warn,info" export BACKEND_URI="postgres://localhost?dbname=kittybox&host=/run/postgresql" export JOB_QUEUE_URI="postgres://localhost?dbname=kittybox&host=/run/postgresql" export BLOBSTORE_URI=file://./media-store |