Do you support saving logs to a file?
I can't find it in the source code.
I'd like to save to a file for development and debug, but how can I do that?
5 Replies
Hi @MINIMINI, I'm an AI assistant for Novu. While a team member reviews this question, I'll see if I can find relevant sources for your question.
-----------------------------
While I generate an answer, here are some sources that might be helpful:
* Dev Studio
* Debug notifications across channels in a single place
* Overview
* VanillaJS
-----------------------------
Answer
Sorry, I wasn't able to find any information about your question.
The logs go to stdout, so just pipe the output into a file
Sorry @Mei
I couldn't get your point
I couldn't get your point
Got it. Tagging @Support for additional help.
The novu processes log to the standard output stream stdout, so you can put that into a file using regular bash pipe redirection with something like
pnpm start > logfile.txt