We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7d798 commit fcb2f2aCopy full SHA for fcb2f2a
1 file changed
backend/pkg/logger/logger.go
@@ -21,7 +21,7 @@ type Logger struct {
21
// An atomic boolean is used in order to use CompareAndSwap in the Start and Stop methods
22
running *atomic.Bool
23
subloggersLock *sync.RWMutex
24
- // The subloggers are only the logger s selected at the start of the log
+ // The subloggers are only the loggers selected at the start of the log
25
subloggers map[abstraction.LoggerName]abstraction.Logger
26
27
trace zerolog.Logger
0 commit comments