Remove documentation that says LogError
should be used for “severe problems that require the node (or a subsystem) to shut down entirely” because:
-
It is not how
LogError
andLevel::Error
are used currently. Of 129 current uses only 58 cases are fatal according to #30348 -
“[T]here’s not much benefit in a log that says “hey this error is about to cause the node to stop” – you already get that information by seeing “Shutdown: in progress…” immediately following.” according to #30347 (comment)
Fixes #30348