mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:44:21 +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
|
echo Kill server subprocess, left running by abnormal exit
|
||||||
kill $SERVER_STILL_RUNNING
|
kill $SERVER_STILL_RUNNING
|
||||||
fi
|
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
|
if [ -f "$HOOK_DIRS_TEST" ]; then
|
||||||
rm -f "$HOOK_DIRS_TEST"
|
rm -f "$HOOK_DIRS_TEST"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user