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 have recently created a new package, @amplication/nest-logger-module, to be used as the exclusive logging library in our NestJS microservices.
Existing services use the Winston logger module. In this task you will need to replace that with the new Amplication logger module for the packages/amplication-git-service service.
Useful information
Take a look at the README.md file of the logger module for information on how to consume it.