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
Currently our log messages specify the error that occurred, however it would be useful to also include the location in code.
Example:
Currently: "Failed to read request; status: {}"
Enhanced: "FrontEndHandler handle_request: Failed to read request; status: {}"
Alternatively, when implementing actual logging, this might be sorted out for us by the logging framework (?)
The text was updated successfully, but these errors were encountered:
Currently our log messages specify the error that occurred, however it would be useful to also include the location in code.
Example:
Currently: "Failed to read request; status: {}"
Enhanced: "FrontEndHandler handle_request: Failed to read request; status: {}"
Alternatively, when implementing actual logging, this might be sorted out for us by the logging framework (?)
The text was updated successfully, but these errors were encountered: