mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
* nginx: reduced CLI logging when reloading nginx Hides the output of `nginx -s reload` from the CLI, moving it to debug-level logging. Additionally, fixes an issue where Certbot did not properly capture the output of the nginx reload and restart commands. Fixes #8231 * remove leftover debugging * reorder CHANGELOG * don't use bare asserts