Skip to content

Commit

Permalink
Updated logging output
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Nov 6, 2020
1 parent 44f14a8 commit 5ec2c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopusdeploy/util.go
Expand Up @@ -90,7 +90,7 @@ func isEmpty(s string) bool {
}

func logResource(name string, resource interface{}) {
log.Printf("[DEBUG] %s: %v", name, resource)
log.Printf("[DEBUG] %s: %#v", name, resource)
}

func getStringOrEmpty(tfAttr interface{}) string {
Expand Down

0 comments on commit 5ec2c9c

Please sign in to comment.