InProcessResolver does not use provided Logger #522
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Given configuration like this:
I would expect the provided
logger
instance to be used but I actually see log output implying that it is not and when I dug into the provider initialization I see that the configured logger is ignored and that a new instance is created:go-sdk-contrib/providers/flagd/pkg/service/in_process/service.go
Lines 40 to 62 in b90eb4d
This is tricky in my app because we don't use JSON as our log format so we end up with weird looking logs like this:
The text was updated successfully, but these errors were encountered: