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
util.createRoutes(ROUTES, {
// 👇 this is required to run the service, should probably not be or
// should be logOptions
logOpts: {
version: VERSION_INFO,
name: SERVICE_NAME,
},
})
);
yeah this is for the sdk team actually, I will make a task on the backlog for him but in my opinion:
Its shouldn't be required (app will not run)
IF its has to be required then it should be logOpts should be logOptions
https://github.com/basaldev/custom-service-template/blob/66fcc938921da49fe0125a2b5d087305d97e2083/index.js#L72
I'm not sure what this means.
The text was updated successfully, but these errors were encountered: