loud-midnight-95614
02/21/2020, 11:54 PMpulumi.debug()
output goes and how it can be used? I tried increasing the verbosity (I believe 9 is the highest), but none of my statements were printed to the screen. I tried finding a log file, but I'm probably not looking in the right place.
Basically, as I incrementally built my infrastructure "blueprint" with Pulumi, I used a lot of <http://pulumi.info|pulumi.info>()
statements to eye-ball verify different things. Now, as I prepare to share this work with a larger audience, it will be nice to reduce the noise on the screen by converting most of those to debug statements. But, I want to know how to access that information when a teammate asks me for help.gentle-diamond-70147
02/22/2020, 12:36 AM--logtostderr
flag too.loud-midnight-95614
02/22/2020, 2:36 AM-v9
.
Kind of interesting that the help states --logtostderr Log to stderr instead of to files
. Any idea where those log files are stored and organized when the --logtostderr
option is not used?white-balloon-205
loud-midnight-95614
02/22/2020, 4:24 AM