Log file path within a VFS root.
(root: &VfsPath)
| 18 | |
| 19 | /// Log file path within a VFS root. |
| 20 | fn log_file_vfs(root: &VfsPath) -> Result<VfsPath, Box<dyn std::error::Error>> { |
| 21 | Ok(root.join("var/log/clawshell/clawshell.log")?) |
| 22 | } |
| 23 | |
| 24 | /// Log file location. |
| 25 | /// - Linux: /var/log/clawshell/clawshell.log |
no outgoing calls