|
|
|
@ -61,8 +61,8 @@ class IO(BaseIO):
|
|
|
|
# self._logger = getattr(_agent,'_logger')
|
|
|
|
# self._logger = getattr(_agent,'_logger')
|
|
|
|
self._agent = _agent
|
|
|
|
self._agent = _agent
|
|
|
|
_date = _date = str(datetime.now())
|
|
|
|
_date = _date = str(datetime.now())
|
|
|
|
self._ixloader = plugin_ix.Loader ()
|
|
|
|
self._ixloader = plugin_ix.Loader (registry=plugin_ix.Registry(folder=transport.registry.REGISTRY_PATH))
|
|
|
|
|
|
|
|
|
|
|
|
# self._logTable = 'logs' #'_'.join(['logs',_date[:10]+_date[11:19]]).replace(':','').replace('-','_')
|
|
|
|
# self._logTable = 'logs' #'_'.join(['logs',_date[:10]+_date[11:19]]).replace(':','').replace('-','_')
|
|
|
|
|
|
|
|
|
|
|
|
if plugins :
|
|
|
|
if plugins :
|
|
|
|
@ -302,3 +302,4 @@ class IETL(BaseIO) :
|
|
|
|
pass
|
|
|
|
pass
|
|
|
|
|
|
|
|
|
|
|
|
self.log(action=_action,object=writer._agent.__module__, input= _input)
|
|
|
|
self.log(action=_action,object=writer._agent.__module__, input= _input)
|
|
|
|
|
|
|
|
|
|
|
|
|