logging: '-V' cli option can blacklist/whitelist classes with short names
for example, '-V ni' will whitelist the 'Network' and 'Interface' classes '-V ^ni' will blacklist those instead
This commit is contained in:
@@ -48,6 +48,8 @@ hooks = {}
|
||||
|
||||
class Plugins(DaemonThread):
|
||||
|
||||
LOGGING_SHORTCUT = 'p'
|
||||
|
||||
@profiler
|
||||
def __init__(self, config: SimpleConfig, gui_name):
|
||||
DaemonThread.__init__(self)
|
||||
|
||||
Reference in New Issue
Block a user