### Summary
- Integrates `tauri-plugin-log` and the `log` crate with automatic log file rotation.
- Configures log targets to write to the platform-appropriate `app_log_dir` (`%APPDATA%/ICCery/logs` on Windows).
- Pipes spawned ArgyllCMS subprocess stdout and stderr directly into structured log macros with process ID tags.
- Implements `get_log_path` and `open_log_dir` Tauri commands.
- Adds a Diagnostics & Logging section in the Settings modal with log level configuration, "Open Log Folder" and "Copy Path" buttons.
Resolves #139.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
tauri-plugin-logand thelogcrate with automatic log file rotation.app_log_dir(%APPDATA%/ICCery/logson Windows).get_log_pathandopen_log_dirTauri commands.Resolves #139.