Logging

Gravity comes with a built-in logging tool that logs errors by default and allows you to record your own custom logs.

log.create({ message, body, req, sendNotification, user, account });

You can pass 6 parameters to the log model:

View Application Logs

You can see all of your application logs inside the logs section of Mission Control.

Last updated