When filing a bug report, a DEBUG log helps us diagnose the issue quickly. The log captures detailed information about every step reMarkableSync performs.
Re-run the command that caused the issue with --log-level DBG:
# Examples:
reMarkableSync sync --log-level DBG
reMarkableSync sync --wifi --log-level DBG
reMarkableSync convert --log-level DBG
This does two things:
remarkablesync.log in your backup directory’s parent folderThe log file is written to your backup directory’s parent:
| Platform | Default Location |
|---|---|
| macOS | ~/Library/Application Support/remarkablesync/remarkablesync.log |
| Windows | %LOCALAPPDATA%\remarkablesync\remarkablesync.log |
| Linux | ~/.local/share/remarkablesync/remarkablesync.log |
If you’ve set a custom backup directory, the log file is in its parent folder.
remarkablesync.log fileThe DEBUG log may contain file paths and notebook names from your reMarkable tablet. It does not log passwords or API tokens. Review the log before posting if you’re concerned about privacy.