sparse-intern-71089
08/05/2020, 5:33 AMquiet-leather-94755
08/05/2020, 5:43 AMaverage-receptionist-65239
08/05/2020, 6:07 AMconsole.log
or <http://pulumi.log.info|pulumi.log.info>()
. However, I've hidden the truly "debug" logging behind pulumi.log.debug()
and now I can't turn it on at all without doing a search-replace to make all the debug
logs into info
ones :)gray-lawyer-89054
08/06/2020, 9:33 AMpulumi logs
command?average-receptionist-65239
08/06/2020, 10:22 PMpulumi logs
is supposed to do. The help says "Show aggregated logs for a stack". From the options, it looks like it's more likely logs from the running infrastructure than the pulumi.log.debug
from a run of preview/update.