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
Thanks for reporting this @mupperton, some of the logging were changed between version 1.3.x and 1.4.
You can now see the full log by running with RESTATE_LOGGING=debug perhaps that one has moved into a different log level (easy fix)
Using SDK 1.3.3, on a replay you would get a log of
"Resuming (replaying) function."
- This no longer appears on0.0.0-SNAPSHOT-20241218144711
Also on
0.0.0-SNAPSHOT-20241218144711
the"Function completed with an error.\n"
logs used haveparams.source
= "JOURNAL" but now they are "USER"For context I am using the custom logger callback
The text was updated successfully, but these errors were encountered: