about summary refs log tree commit diff
path: root/.envrc
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2024-08-18 00:20:57 +0300
committerVika <vika@fireburn.ru>2024-08-18 00:27:53 +0300
commita003db6d0a6bbebdb10dd904530d474c1cfea5ad (patch)
tree189b9599ab86d9ab13c72128bceae48410994fc5 /.envrc
parent7c4546faced6d1add4b6c904529601576baa50f4 (diff)
Don't log extraneous MF2 parsing data
Diffstat (limited to '.envrc')
-rw-r--r--.envrc2
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