sparse-intern-71089
03/03/2022, 11:02 PMgreat-queen-39697
03/04/2022, 8:33 PMwonderful-twilight-70958
03/04/2022, 8:51 PMgreat-queen-39697
03/04/2022, 9:18 PMwonderful-twilight-70958
03/04/2022, 9:20 PMgreat-queen-39697
03/04/2022, 9:43 PMgreat-queen-39697
03/04/2022, 9:58 PMwonderful-twilight-70958
03/05/2022, 3:39 AMgreat-queen-39697
03/07/2022, 10:24 PMwonderful-twilight-70958
03/30/2022, 10:20 PMgreat-queen-39697
03/30/2022, 10:31 PMTF_LOG
env var to get the TF output, and instead of piping it, you let it go where it wants (TF_LOG=DEBUG pulumi up -v=9 --logflow
), you can get the data split out into the provider logs and the engine logs (use pulumi about
to find out where the logs end up on your machine; it will be the last line in the output:
$ pulumi about
CLI
# ...
Pulumi locates its logs in /var/folders/j_/p8w1p4s900dbnk9pc5gpp2ym0000gn/T/ by default
Then you get output like this in that directory:
$ ls /var/folders/j_/p8w1p4s900dbnk9pc5gpp2ym0000gn/T | grep pulumi
<http://pulumi-language-python.INFO|pulumi-language-python.INFO>
pulumi-language-python.<redacted>.log.INFO.20220330-100938.56922
pulumi-language-python.<redacted>.log.INFO.20220330-100941.56927
<http://pulumi-resource-random.INFO|pulumi-resource-random.INFO>
pulumi-resource-random.<redacted>.log.INFO.20220330-100939.56926
pulumi-resource-random.<redacted>.log.INFO.20220330-100942.56931
<http://pulumi.INFO|pulumi.INFO>
pulumi.<redacted>.log.INFO.20220330-100937.56921
I'm literally working on a blog post about diagnostic data so I had all that handy 😂 But I'm wondering if you ran a debugging run and then explored the pulumi-resource-aws*
files, I wonder if something there might be helpful as it will split out the Pulumi engine stuff and make it easier to read.wonderful-twilight-70958
03/31/2022, 12:49 AMNo matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by