From f9fe538dc9c4786d0b96f0fe2e7394a6cc2855e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:54:16 +0800 Subject: [PATCH] chore: print orbyte in debug --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 229a79e..2644a6c 100644 --- a/main.go +++ b/main.go @@ -81,7 +81,7 @@ func main() { for range t.C { c++ o, i := pbuf.CountItems() - logrus.Infoln("Orbyte pbuf outside:", o, "inside:", i) + logrus.Debugln("Orbyte pbuf outside:", o, "inside:", i) if c%8 == 0 { runtime.GC() }