update micro
All checks were successful
test / test (push) Successful in 3m1s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-04-14 00:14:00 +03:00
parent 38d57f8829
commit 18197c63f1
4 changed files with 20 additions and 10 deletions

View File

@@ -37,7 +37,7 @@ func TestNoopTraceID(t *testing.T) {
if err := l.Init(); err != nil {
t.Fatal(err)
}
l.Info(ctx, "msg")
// l.Info(ctx, "msg")
}
/*