wework/grabbit

Expose the logger in the invocation

vladshub opened this issue · 0 comments

In the implementation of a saga we always have to do a lot of copy paste to ensure we have all of the saga meta fields like saga I'd.

I'd like to have an interface of a logger exposed as part of the invocation so I won't need to initialize a new one in each function.