Commit fd94c35
Richard Gildea
Lower failed connection log level to warning
Since the failed connection is caught and handled, i.e. we
will subsequently reconnect, it probably makes sense to
only emit a warning rather than an error.
This may occur e.g. if a cluster job running a wrapper gets
suspended. On job resumption we encounter some form of failed
connection error (typically StreamLostError/ConnectionResetError
or sometimes AMQPHeartbeatTimeout).1 parent 23afa20 commit fd94c35
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1482 | 1482 | | |
1483 | 1483 | | |
1484 | 1484 | | |
1485 | | - | |
| 1485 | + | |
1486 | 1486 | | |
1487 | 1487 | | |
1488 | 1488 | | |
| |||
0 commit comments