mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Don't echo Boulder logs on failure. (#5290)
The extensive logs made it hard to spot the actual failure.
This commit is contained in:
committed by
Brad Warren
parent
7319cc975a
commit
73ba9af442
@@ -20,14 +20,6 @@ cleanup_and_exit() {
|
||||
echo Kill server subprocess, left running by abnormal exit
|
||||
kill $SERVER_STILL_RUNNING
|
||||
fi
|
||||
# Dump boulder logs in case they contain useful debugging information.
|
||||
: "------------------ ------------------ ------------------"
|
||||
: "------------------ begin boulder logs ------------------"
|
||||
: "------------------ ------------------ ------------------"
|
||||
docker logs boulder_boulder_1
|
||||
: "------------------ ------------------ ------------------"
|
||||
: "------------------ end boulder logs ------------------"
|
||||
: "------------------ ------------------ ------------------"
|
||||
if [ -f "$HOOK_DIRS_TEST" ]; then
|
||||
rm -f "$HOOK_DIRS_TEST"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user