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
We do not log a whole lot of things right now, which makes it hard to debug. Furthermore, we want to make Rafiki ready to work with log management in the future. So let's add some logs!
More is more, we can always get rid of logs later. Add logs wherever you would want to see them.
Context
We do not log a whole lot of things right now, which makes it hard to debug. Furthermore, we want to make Rafiki ready to work with log management in the future. So let's add some logs!
More is more, we can always get rid of logs later. Add logs wherever you would want to see them.
Todos
backend
routes #2576throw new Error()
) #2579console.log()
s (if any) #2580logger.child({ service: 'SERVICE_NAME' })
#2581The text was updated successfully, but these errors were encountered: