resources/log4j2.properties:
log4j2 filters.
Logging on the INFO level is enough for most use cases, but you can set the log level of
the dev.restate classes to DEBUG and TRACE if you want more info about the internal SDK operations.
The SDK injects the following additional metadata to the logging context that can be used for filtering as well:
restateInvocationTarget: Invocation Target, e.g.counter.Counter/Add.restateInvocationId: Invocation ID.restateInvocationStatus: Invocation status, can beWAITING_START,REPLAYING,PROCESSING,CLOSED.