def log_path(project, uid) -> Path: return get_logs_dir() / project / uid
def project_logs_path(project) -> Path: return get_logs_dir() / project