Commit 62c12ac
committed
broker: reduce CONTROL_DISCONNECT log severity
Probem: after a rank 0 broker crash, the systemd journal captures
many of the following messages:
broker.err[0]: failed to send CONTROL_DISCONNECT: No route to host
Reduce the log severity to LOG_DEBUG for these messages as they are
generally not too helpful.
Fixes #44641 parent 10d1639 commit 62c12ac
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
897 | 897 | | |
898 | 898 | | |
899 | 899 | | |
900 | | - | |
901 | | - | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
902 | 907 | | |
903 | 908 | | |
904 | 909 | | |
| |||
0 commit comments