alert-raincoat-81485
01/05/2021, 11:27 PMpulumi logs
All i see the message is
Collecting logs for stack stack11 since 2021-01-05T13:55:54.000-08:00.
gentle-diamond-70147
01/05/2021, 11:31 PMpulumi logs -f --logtostderr -v=9
, do you get more information?alert-raincoat-81485
01/05/2021, 11:33 PMgentle-diamond-70147
01/05/2021, 11:38 PMalert-raincoat-81485
01/05/2021, 11:41 PMgentle-diamond-70147
01/05/2021, 11:49 PMup
or destroy
?alert-raincoat-81485
01/05/2021, 11:57 PMpulumi up | pulumi logs -f --logtostderr -v=9
gentle-diamond-70147
01/06/2021, 12:15 AMpulumi logs
is for something entirely different. It will actually retrieve logs from your cloud provider that are associated with resources in your stack - e.g. pull logs from cloudwatch for lambda invocations.pulumi up
command to a file, I'd recommend using tee
- e.g. pulumi pre | tee preview.log
preview.log
alert-raincoat-81485
01/06/2021, 1:17 AM