go-goose / goose

goose (Go OpenStack Exchange) - Go bindings for talking to OpenStack.
GNU Lesser General Public License v3.0
17 stars 39 forks source link

Logging: Default logger #94

Closed SimonRichardson closed 3 years ago

SimonRichardson commented 3 years ago

Remove the loggo dependency from the non-test code base. You don't need a loggo dependency directly for logging, instead you just need a Debugf method. The fact that a direct dependency on this was required makes it very difficult to iterate the loggo logger in the new modern world of go mod.

Remove the comment about just depending on loggo, I really think that's the wrong thing to do.

SimonRichardson commented 3 years ago

$$merge$$