Log file location. - Linux: /var/log/clawshell/clawshell.log - macOS: /var/log/clawshell/clawshell.log
()
| 25 | /// - Linux: /var/log/clawshell/clawshell.log |
| 26 | /// - macOS: /var/log/clawshell/clawshell.log |
| 27 | pub fn log_file_path() -> PathBuf { |
| 28 | PathBuf::from("/var/log/clawshell/clawshell.log") |
| 29 | } |
| 30 | |
| 31 | /// Ensure the parent directories for log files exist (VFS variant). |
| 32 | pub(crate) fn ensure_runtime_dirs_vfs(root: &VfsPath) -> Result<(), Box<dyn std::error::Error>> { |
no outgoing calls