datamaintain
datamaintain copied to clipboard
Allow access to verbose function anywhere in Datamaintain class
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 ?