PawCorp / walltaker-desktop-client

Desktop client for Walltaker powered by golang
13 stars 10 forks source link

[Docs] Add log paths to README.md #35

Closed oddpawsx closed 1 year ago

oddpawsx commented 2 years ago

To aid in debugging, logs for the desktop client are saved to a file in a local/cache directory. The path varies depending on user's OS, so it would be helpful to have in the README what these paths are for easy copy/paste and user reference.

Windows Path: %LOCALAPPDATA%\.walltaker\logs\walltaker.log

Linux Path: ~/.cache/.walltaker/logs/walltaker.log

macOS Path: ~/Library/Caches/.walltaker/logs/walltaker.log