Make debug logging consistent #3
Loading…
Reference in New Issue
No description provided.
Delete Branch ":master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Updated debug logging during certificates check.
If any of the files (such as private key, cert, chain, etc.) is not available for a check, the function logged errors through
console.error
instead of the defaultlog
function used for debugging. The files are usually not available during first request for an SSL certificates.@coolaj86 ping
Thanks for the ping (and the patch). Published as v2.2.1.