Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
786
def
get_log_path() -> Path:
787
""
"Return the relay log file path."
""
788
return
_resolve_log_dir() /
"relay.log"
789
790
791
def
_resolve_log_level(debug_flag: bool) -> int:
Callers
3
test_returns_relay_log
Method · 0.90
test_respects_xdg
Method · 0.90
_setup_logging
Function · 0.85
Calls
1
_resolve_log_dir
Function · 0.85
Tested by
2
test_returns_relay_log
Method · 0.72
test_respects_xdg
Method · 0.72