https://pulumi.com logo
Title
w

worried-city-86458

10/27/2021, 6:16 AM
How do I enable the equivalent of verbose logging when using the dotnet automation api?
b

brave-planet-10645

10/27/2021, 9:36 AM
When you run the
UpAsync
method, you can pass in a an
Action
method (https://github.com/pulumi/pulumi/blob/530641576d6e19e9783033c87b36d9f1e3d93381/sdk/dotnet/Pulumi.Automation/UpdateOptions.cs#L34) which should give you more information
At the moment, there's no "debug" option like with the CLI itself