piscsi icon indicating copy to clipboard operation
piscsi copied to clipboard

Set up proper python logging objects

Open rdmark opened this issue 4 years ago • 0 comments

We're currently calling python logging methods without setting up a logger object first in the Web Interface codebase. This is not the optimal way to use this library. Better yet is to instantiate the logger object at a package or class level, and then use that object for better insights into the source of logged messages.

Documentation

rdmark avatar Dec 17 '21 02:12 rdmark