ITRS-Group / cordial

Cordial comprises a set of interrelated programs, integrations, libraries and packages for Geneos, principally written in Go.
Other
7 stars 0 forks source link

Removing logging from public packages #190

Closed pgalbavy-itrs closed 10 months ago

pgalbavy-itrs commented 10 months ago

There are lots of left over logging calls in the pkg/ sources. These are not good practice. Fatal errors should result in a panic, everything else should be removed and errors returned to callers.

pgalbavy-itrs commented 10 months ago

Done, should be in v1.11.x