App logs

App logs are stored in the /store/log directory of your application's Docker container.

The /store/log directory contains 2 log files:

  • startup.log is the initial start-up log for the application. This log is useful for checking the installation of dependencies added to your app's app/src_deps/ folder.
  • app.log is the log file that is created by the qpylib library. Logging calls to the qpylib.log() method are written in the app.log file.