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
It was noticed while checking the logs of an app which was build based on orka that during init phase one of the middlewares was not reported. From the orka-builder#217 we can see that name property is used to report middleware component but from the following log
It was noticed while checking the logs of an app which was build based on orka that during init phase one of the middlewares was not reported. From the orka-builder#217 we can see that name property is used to report middleware component but from the following log
{"timestamp":"2021-08-04T07:27:22.834Z","severity":"INFO","categoryName":"initializing.orka","message":"Using 8 middleware: [addRequestId, , bodyParser, riviere, errorHandler, koaCompress, cors, fastKoaRouter]...","context":{}}
that the
AddRequestContext
middleware misses that property.https://github.com/Workable/orka/blob/master/src/initializers/koa/add-request-context.ts
The text was updated successfully, but these errors were encountered: