For access to the logs for an app running on dokku:
- ssh into
dokku-xx.cs.ucsb.edu
- use:
dokku logs app-name
for a snapshot of the logsdokku logs app-name --tail
for a continuously running view of the logs
For access to the logs for an app running on dokku:
dokku-xx.cs.ucsb.edu
dokku logs app-name
for a snapshot of the logsdokku logs app-name --tail
for a continuously running view of the logs