Tail logs on remote EC2 servers.
.env.example as a starting point.~/.log file..log file should list all the logs you're interested in tailing remotely.Name tag to your ec2 instancesec2tail list-servers, to retrieve a list of your servers.ecttail -f server-name, to tail the remote logs listed in the ~/.log file.