Best NextJS Logging Stack?
Unanswered
oz posted this in #help-forum
ozOP
Hey guys so I am working on a NextJS eCommerce application and I also have other apps I have in prod and I am not happy with how I am handling logging.
A big feature I want is one that easily allows local logs as well that way I can filter by environment and see whats going on.
Looking for a solution that can handle large environments with multiple environments / branches
As of my research I found these stacks:
BetterStack + Winston/Pino
Axiom - I dont see a way to do local environments though
Sentry - not ideal as it seems more of a not focussed feature
A big feature I want is one that easily allows local logs as well that way I can filter by environment and see whats going on.
Looking for a solution that can handle large environments with multiple environments / branches
As of my research I found these stacks:
BetterStack + Winston/Pino
Axiom - I dont see a way to do local environments though
Sentry - not ideal as it seems more of a not focussed feature
4 Replies
I legit just roll my own logging solution and use a database 🤷♂️ when its local it logs to a local text file but I could technically setup another database.
but Im 100% self hosted and dont have the option of logging to anything cloud based.
Asian black bear
Posthog is another open source self-hostable tool.
Oooo thats neat