MCPcopy Create free account
hub / github.com/MiniMax-AI/Mini-Agent / get_log_file_path

Method get_log_file_path

mini_agent/logger.py:176–178  ·  view source on GitHub ↗

Get current log file path

(self)

Source from the content-addressed store, hash-verified

174 f.write(content + "\n")
175
176 def get_log_file_path(self) -> Path:
177 """Get current log file path"""
178 return self.log_file

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected