-
Notifications
You must be signed in to change notification settings - Fork 1
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
acme_client "got renewal info" (logger does not respect go-log config) #8
Comments
This should be taken care of by replacing defualt logger (above) with our custom go-log one (below): Line 285 in d44723d
Tested latest code from #4 and it seems to log "got renewal info" with correct logger now:
Let's park this until Kubo 0.32.0-rc2 ships and runs for a while. If the log no longer appears (kubo defaults to ERROR), we will close this once 0.32.0 ships. If it is still there in rc2, we have some other race condition than the one fixed in f599f48 |
this should help with debugging ipshipyard/p2p-forge#8 on boxes with debug log level (and hide noise from normal users)
ipfs/kubo@e18fdf2 helped identify the source of the log:
So we may need to refactor the way If Does not look like a blocker, but def. a bug to fix once we tackle bigger problems. |
We properly set logger in client and in certmagic, but we also use acmez library which seems to have extra one here.
It seems to be produce periodic
got renewal info
entry in kubo log (info level logger even when go-log level set to error):Filling issue to track it down and set to logger we use in other places.
The text was updated successfully, but these errors were encountered: