From 306bf465eb6130f1b344c2c66e6d01ea131620a8 Mon Sep 17 00:00:00 2001 From: Paul Carlton Date: Sun, 27 Oct 2024 19:50:26 +0000 Subject: [PATCH] update implementation --- pkg/logging/logging.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/logging/logging.go b/pkg/logging/logging.go index a480b14..d039bb0 100644 --- a/pkg/logging/logging.go +++ b/pkg/logging/logging.go @@ -29,7 +29,7 @@ const ( // MyCallersCallersCaller is the setting for the function that called the function that called the function that called the function calling MyCaller. MyCallersCallersCaller = 6 - eleven = 10 + eleven = 11 stackDepth = 32