-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logger should accept fmt along with args #70
Comments
Thanks for notifying me. I'll look into it, I need to add test cases. FYI it uses that little block to format things. |
Oh, I see. I ran an example (dot-server) and it implements logger just as a fowarder to stdlib log.Println |
Oh indeed. I'll update the examples to support that behavior. Sorry I haven't digged too much in my own examples 😅 |
Unrelated: I stumbled across issue about v2 version. Did I understand correctly: you'd like to get rid of unbound and use dot/doh implementation you made? (sources in |
Here we print
%s
literallydns/pkg/dot/handler.go
Line 41 in 4321cd7
The text was updated successfully, but these errors were encountered: