Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe/Marinus
/ _log
Method
_log
python3_cron_scripts/libs3/JobsManager.py:59–63 ·
view source on GitHub ↗
Get the log
(self)
Source
from the content-addressed store, hash-verified
57
_job_name =
""
58
59
def
_log(self):
60
""
"
61
Get the log
62
""
"
63
return
logging.getLogger(__name__)
64
65
def
__init__(self, mongo_connector, job_name, log_level=None):
66
self._logger = self._log()
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected