piscsi
piscsi copied to clipboard
Set up proper python logging objects
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.