Prerequisites

porter logs logs the output from a given application. If an application has multiple instances, you will be prompted to select the instance. If you would like to tail logs from an application, run the command with the --follow flag:

porter logs [APP_NAME] --follow

To locate an application in a different namespace, run with the --namespace flag:

porter logs [APP_NAME] --namespace custom-ns