In a package it is generally recommended to avoid logging. The parent application may have its own logging system in place which may conflict with logrus, for example. It should therefore be the responsibility of the parent system to log output.
There are various ways we can handle this, but I wanted to create an issue while it was on my mind
In a package it is generally recommended to avoid logging. The parent application may have its own logging system in place which may conflict with logrus, for example. It should therefore be the responsibility of the parent system to log output.
There are various ways we can handle this, but I wanted to create an issue while it was on my mind