You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Errors issued by the server-manager are currently being treated as warnings even in irrecoverable scenarios (re "session is tainted"). See sample node logs from debug session.
Such cases should be treated as errors and both the advance-runner and inspect-server should log them as such after such situations occur. These irrecoverable scenarios should be precisely logged that as well.
Additionally, the log levels used by both the advance-runner and inspect-server are not accurate and should be reviewed as well.
✔️ Solution
Update the advance-runner and inspect-server components to treat and log server-manager errors properly.
📈 Subtasks
advance-runner
update handling of server-manager errors
review all log levels
inspect-server
update handling of server-manager errors
review all log levels
Check for other necessary updates
The text was updated successfully, but these errors were encountered:
📚 Context
Errors issued by the
server-manager
are currently being treated as warnings even in irrecoverable scenarios (re "session is tainted"). See sample node logs from debug session.Such cases should be treated as errors and both the
advance-runner
andinspect-server
should log them as such after such situations occur. These irrecoverable scenarios should be precisely logged that as well.Additionally, the log levels used by both the
advance-runner
andinspect-server
are not accurate and should be reviewed as well.✔️ Solution
Update the
advance-runner
andinspect-server
components to treat and logserver-manager
errors properly.📈 Subtasks
advance-runner
server-manager
errorsinspect-server
server-manager
errorsThe text was updated successfully, but these errors were encountered: