2

I have a NodeJS app with a Service-oriented architecture; my controllers interacts with services, and services interacts with the data access layer and external APIs. Does anyone know of any best practices for logging with this architecture? Should I mainly log in the controllers? In the services? Or maybe inside the data access layer or wrappers for external APIs?

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.