datamaintain icon indicating copy to clipboard operation
datamaintain copied to clipboard

Allow access to verbose function anywhere in Datamaintain class

Open nroulon opened this issue 1 year ago • 0 comments

Currently, verbose and logger in general are lock in DatamaintainConfig (in context). The context class is not accessible from driver class (or other).

We need to allow it, maybe by configuring a specific logger or by set verbose and porcelain boolean into a static / thread local variable ?

nroulon avatar Sep 20 '22 15:09 nroulon