-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provider spits out [DEBUG]
messages in logs
#48
Comments
@jkodroff could you drop a github repro or gist with a program creating resources to repro? |
This is happening with us as well 👍. Would love it if this became optional, as it is occasionally useful for debugging. |
We have hundreds of topics/schema in terraform currently and trying migrate into Pulumi, Can someone please help describe what needs to happen here ? |
@FabioBatSilva the debug messages appear to be from the upstream provider's use of |
Thanks @praneetloke. I was able to get some log entries on the tf provider. When running terraform with debug enabled i get :
Is the parsing here breaking the on pulumi side bc of the double |
@FabioBatSilva Ah I wasn't aware of that part in the bridge repo honestly.
Maybe this line since there are two EDIT: Note that the double |
I tried to reproduce the issue with log_test but it seems ok, Maybe that is happening somewhere else.. I'v opened a PR to provide a logger for retryablehttp |
What happened?
In v1.5.0 of the provider, spinning up resources creates debug log output:
Steps to reproduce
n/a
Expected Behavior
n/a
Actual Behavior
n/a
Output of
pulumi about
No response
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: