November 2018
Intermediate to advanced
404 pages
10h 16m
English
You can get the live log output using the vapor cloud logs toolbox command. This command, similar to the tail command in Linux, lists the latest events in a log file. It has the following syntax:
$ vapor cloud logs --app=[name] --env=[environment] --since=[time]Consider the following as an example:
$ vapor cloud logs --app=firstvapor-angus --env=beta --since=2dThe command in the preceding code ...
Read now
Unlock full access