netlify/next-runtime

Improve logging

MarcL opened this issue · 1 comments

MarcL commented

The runtime currently uses console.logs for its logging and it's not easy to add additional logging for debugging purposes without cluttering the build logs.

We should add a logging library to enable us to use log levels for debugging and eventually be able to use structured logging.

Closing this as we move to v5 runtime.