This is very much wip but this is removing use of diags which due to the nature of it "infects" the whole code-bases similar to context. We are moving to pure logging as it is already structured and it is being send anyway to the core by the hashicorp go-plugin library.
Use the following steps to ensure your PR is ready to be reviewed
This is very much wip but this is removing use of diags which due to the nature of it "infects" the whole code-bases similar to
context
. We are moving to pure logging as it is already structured and it is being send anyway to the core by the hashicorp go-plugin library.Use the following steps to ensure your PR is ready to be reviewed
go fmt
to format your code ๐golangci-lint run
๐จ (install golangci-lint here)