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
{{ message }}
This repository was archived by the owner on Aug 13, 2023. It is now read-only.
We should create a custom logger which when NODE_ENV is production logs to our Logtail instance and in any other environment uses the regular Node console.
A new environment variable called LOGTAIL_TOKEN should be added and provided to the Logtail constructor.
What Functionality Are You Suggesting?
We should create a custom logger which when
NODE_ENVisproductionlogs to our Logtail instance and in any other environment uses the regular Node console.A new environment variable called
LOGTAIL_TOKENshould be added and provided to the Logtail constructor.Useful Resources
Why Will This Benefit The Community?
This will allow us to easily trace issues, query logs and solve bugs without the need to SSH into the server.