Ignore more git connection errors

This commit is contained in:
Vishesh Handa
2020-01-27 19:07:05 +01:00
parent 06d1124c19
commit 93775ddca5

View File

@ -131,6 +131,8 @@ const ignoredMessages = [
'failed to start ssh session', 'failed to start ssh session',
'failure while draining', 'failure while draining',
'network is unreachable', 'network is unreachable',
'software caused connection abort',
'unable to exchange encryption keys',
]; ];
bool shouldLogGitException(GitException ex) { bool shouldLogGitException(GitException ex) {