MCPcopy
hub / github.com/borgbackup/borg / debug

Method debug

src/borg/logger.py:288–291  ·  view source on GitHub ↗
(self, msg, *args, **kwargs)

Source from the content-addressed store, hash-verified

286 return self.__logger.exception(msg, *args, exc_info=exc_info, **kwargs)
287
288 def debug(self, msg, *args, **kwargs):
289 if "msgid" in kwargs:
290 kwargs.setdefault("extra", {})["msgid"] = kwargs.pop("msgid")
291 return self.__logger.debug(msg, *args, **kwargs)
292
293 def info(self, msg, *args, **kwargs):
294 if "msgid" in kwargs:

Callers 15

saveMethod · 0.80
assert_secureMethod · 0.80
_assert_secureMethod · 0.80
assert_access_unknownMethod · 0.80
__init__Method · 0.80
loadMethod · 0.80
_build_files_cacheMethod · 0.80
_read_files_cacheMethod · 0.80
_write_files_cacheMethod · 0.80

Calls

no outgoing calls

Tested by 2

selftestFunction · 0.64
test_lazy_loggerFunction · 0.64