MCPcopy Create free account
hub / github.com/GCWing/BitFun / build_log_paths

Function build_log_paths

src/apps/cli/src/logging.rs:235–242  ·  view source on GitHub ↗
(session_log_dir: &Path)

Source from the content-addressed store, hash-verified

233}
234
235pub fn build_log_paths(session_log_dir: &Path) -> CliLogPaths {
236 CliLogPaths {
237 session_log_dir: session_log_dir.to_path_buf(),
238 app_log_path: session_log_dir.join("app.log"),
239 ai_log_path: session_log_dir.join("ai.log"),
240 flashgrep_log_path: session_log_dir.join("flashgrep.log"),
241 }
242}
243
244fn create_rotating_writer(
245 session_log_dir: &Path,

Callers 2

init_file_logging_atFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by 1