update all
Some checks failed
codeql / analyze (go) (push) Failing after 42s
build / test (push) Failing after 4m53s
build / lint (push) Successful in 9m28s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-10-14 17:49:38 +03:00
parent 27eccc1ed2
commit 757fe0245b
3 changed files with 10 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ func NewOptions(opts ...Option) Options {
labelName, options.RedisName),
)
options.Logger = options.Logger.Clone(logger.WithCallerSkipCount(1))
options.Logger = options.Logger.Clone(logger.WithAddCallerSkipCount(1))
return options
}