mirror of https://github.com/pulumi/pulumi.git
76dd82436e
This commit changes the log level from plugin stdout&stderr to debug, from info. This change is significant because info is shown by default to users, but debug is not. While this is a change of plugin aesthetics, it does not effect any runtime behavior. All plugins, both component providers and custom resource providers, are effected. > [!IMPORTANT] > This is a breaking change, in that information which used to be displayed to users will > now be hidden by default. > > We will need to share this change with our users before rolling it out. The providers team has met and believe that this is the best approach for our ecosystem. For a full discussion on why this change is necessary, see [this doc](https://docs.google.com/document/d/1yYrwTwsNoayaIzKyG1l5cl0MjJxiHLsH4NqAvZkQN-I/edit?tab=t.0#heading=h.34v61lg1x4kl). Fixes https://github.com/pulumi/pulumi-terraform-bridge/issues/2489 Fixes https://github.com/pulumi/pulumi-cloudngfwaws/issues/23 Fixes https://github.com/pulumi/pulumi-ise/issues/9 Taking this change will allow us to revert: - https://github.com/pulumi/pulumi-databricks/pull/609 - https://github.com/pulumi/pulumi-aws/pull/4650 --- When a provider exists ungracefully, we dump *all* unstructured logs to the user. This allows providers to output stack traces to users (so they can report them) when a provider fails. We do not search for `panic` messages to isolate the stack trace, since we cannot do that effectively in a cross-language way. |
||
---|---|---|
.. | ||
analyzer.go | ||
analyzer_plugin.go | ||
check.go | ||
config_source.go | ||
context.go | ||
context_test.go | ||
converter.go | ||
converter_plugin.go | ||
converter_plugin_test.go | ||
converter_server.go | ||
converter_server_test.go | ||
debugging.go | ||
diagnostic.go | ||
diagnostic_test.go | ||
doc.go | ||
host.go | ||
host_server.go | ||
host_test.go | ||
langruntime.go | ||
langruntime_plugin.go | ||
langruntime_test.go | ||
mock.go | ||
plugin.go | ||
plugin_test.go | ||
provider.go | ||
provider_plugin.go | ||
provider_plugin_test.go | ||
provider_server.go | ||
provider_server_test.go | ||
provider_test.go | ||
provider_unimplemented.go | ||
rpc.go | ||
rpc_rapid_test.go | ||
rpc_test.go | ||
server.go |