MCPcopy Create free account
hub / github.com/adobe/Marinus / _log

Method _log

python3_cron_scripts/libs3/LocalStorageManager.py:30–34  ·  view source on GitHub ↗

Get the log

(self)

Source from the content-addressed store, hash-verified

28 _storage_config_file = "connector.config"
29
30 def _log(self):
31 """
32 Get the log
33 """
34 return logging.getLogger(__name__)
35
36 def __init__(self, config_file="", log_level=None) -> None:
37 self._logger = self._log()

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected