MCPcopy Create free account
hub / github.com/bigdra50/unity-cli / get_log_path

Function get_log_path

relay/server.py:786–788  ·  view source on GitHub ↗

Return the relay log file path.

()

Source from the content-addressed store, hash-verified

784
785
786def get_log_path() -> Path:
787 """Return the relay log file path."""
788 return _resolve_log_dir() / "relay.log"
789
790
791def _resolve_log_level(debug_flag: bool) -> int:

Callers 3

test_respects_xdgMethod · 0.90
_setup_loggingFunction · 0.85

Calls 1

_resolve_log_dirFunction · 0.85

Tested by 2

test_respects_xdgMethod · 0.72