From a003db6d0a6bbebdb10dd904530d474c1cfea5ad Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 18 Aug 2024 00:20:57 +0300 Subject: Don't log extraneous MF2 parsing data --- .envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.envrc') 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 -- cgit 1.4.1