about summary refs log tree commit diff
diff options
context:
space:
mode:
-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