-
Notifications
You must be signed in to change notification settings - Fork 53
Disable DEBUG Logging by Default #335
Comments
Are the debug messages Terraform flavored or are they only from |
Terraform has its own request/response debugging capabilities. This may not be packngo related at all. The formatting can reveal which tool is producing the output. https://github.com/packethost/packngo/blob/master/packngo.go#L265-L303 |
Is this during tests? I can't find the issue, but I believe there is a Terraform issue around excessive logging (I think this was during tests). It might help to try using the |
Logging looks like this:
|
@displague What format is this and I'll try and dig into it |
I guess Terraform, based on your link to the packngo logging? |
Currently, it would appear I get DEBUG logging no matter what environment variables are set.
This is when using the Pulumi provider, via. the Terraform provider.
I have no
METAL_
,PACKNGO_
,PACKET_
, orTF_
prefixed variables set in my environment.Please advise, @displague 😄
The text was updated successfully, but these errors were encountered: