Scriptables documentation
  • 👋Welcome to Scriptables
  • 👷‍♂️Setting up Scriptables
  • 🏢Build your first server
  • 🌐Deploying your first Laravel app
  • 📒Logs
  • ⚙️Build process
  • 👨‍💻Under the hood
  • 🙏Conclusion
Powered by GitBook
On this page

Logs

PreviousDeploying your first Laravel appNextBuild process

Last updated 1 year ago

Whenever a build is triggered from any action such as setting up a server, deploying a site, adding cron jobs, and so forth, Scriptables will track every action being executed on your server.

You can then access, these logs by clicking on the event log icon as per below under actions.

For security reasons - logs are encrypted before storage, so you can not read them directly in the DB and will only be able to decrypt and view them from this log viewer in Scriptables.

To get more detailed logs in your terminal, you can also set this env: VERBOSE_LOGS=yes, which will appear in your docker logs.

📒