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
This may be neat, but it's extremely noisy for the logs and usually, these kinds of errors are NOT a server problem.
These log lines also tend to be huge with pretty irrelevant stacktrace for the reader.
Expected Behavior
This should be a warn on error in the client/sdk logs, but I propose that the level of these messages in the server log should be decreased. It probably should be an info, not an error in server logs.
The text was updated successfully, but these errors were encountered:
Actual Behavior
It looks like the Temporal Server logs every time it/sdks sends a response with an error to the history service client. An example is
This may be neat, but it's extremely noisy for the logs and usually, these kinds of errors are NOT a server problem.
These log lines also tend to be huge with pretty irrelevant stacktrace for the reader.
Expected Behavior
This should be a
warn
onerror
in the client/sdk logs, but I propose that the level of these messages in the server log should be decreased. It probably should be aninfo
, not anerror
in server logs.The text was updated successfully, but these errors were encountered: