bosh logs has an optional --job flag with the following description:
--job= Limit to only specific jobs
I read that to mean if I wanted to download just the cloud_controller_ng logs, I could call:
bosh logs control --job=cloud_controller_ng
However, it downloads all of the logs.
I thought that maybe the term job was historically overloaded (it seems to used interchangeably with instance in these docs: logs command job logs), but calling bosh logs --job=control downloads all logs.
It doesn't do anything as far as I can tell--calling bosh logs --job=somenonsense won't error
bosh logshas an optional--jobflag with the following description:I read that to mean if I wanted to download just the cloud_controller_ng logs, I could call:
However, it downloads all of the logs.
I thought that maybe the term
jobwas historically overloaded (it seems to used interchangeably withinstancein these docs: logs command job logs), but callingbosh logs --job=controldownloads all logs.It doesn't do anything as far as I can tell--calling
bosh logs --job=somenonsensewon't error