How do I enable the equivalent of <verbose logging...
# dotnet
w
How do I enable the equivalent of verbose logging when using the dotnet automation api?
b
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