Accessing Logs
Log File Locations
- Windows:
%APPDATA%\CryptArtist Studio\logs\
- macOS:
~/Library/Application Support/CryptArtist Studio/logs/
- Linux:
~/.config/cryptartist-studio/logs/
Log Files
- session.log - Current session log
- recent.log - Last 1,000 lines of activity
- history.log - Full history log
Enabling Debug Logging
Set the environment variable before launching:
# Windows (PowerShell)
$env:RUST_LOG="debug"
.\CryptArtist Studio.exe
# macOS/Linux
export RUST_LOG=debug
./cryptartist-studio
Getting Help
Resources
Reporting Issues
When reporting an issue, please include:
- Your operating system and version
- CryptArtist Studio version
- Steps to reproduce the issue
- Error messages or logs
- Screenshots if applicable