N
Novu7mo ago
MINIMINI

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?
No description
5 Replies
Ask Inkeep
Ask Inkeep7mo ago
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.
Mei
Mei7mo ago
The logs go to stdout, so just pipe the output into a file
MINIMINI
MINIMINIOP7mo ago
Sorry @Mei
I couldn't get your point
Ask Inkeep
Ask Inkeep7mo ago
Got it. Tagging @Support for additional help.
Mei
Mei7mo ago
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
Want results from more Discord servers?
Add your server