While viewing server log output in real time is great for debugging.
I would also like to view previous log output.
How do i do that?
While viewing server log output in real time is great for debugging.
I would also like to view previous log output.
How do i do that?
This is not currently possible. Method calls to console.*
are only captured when debugging is turned on. This is done to conserve costs, and ingesting log data can be very expensive, so a few rogue console.log statements can really add up.
You can, however, get access logs shipped to the logging platform of your choice. Contact Moovweb support to get that set up.