Pular para o conteúdo

How to Find and Read Log Files

Este conteúdo não está disponível em sua língua ainda.

Log files help you diagnose persistent issues when basic troubleshooting steps have not resolved the problem. The SignalRGB support team will often ask for your logs when you submit a bug report.

Logs record what the application was doing leading up to an error. They give the support team context that screenshots alone cannot provide.


Standard logs may not capture enough detail for complex issues. Verbose logging records more activity and gives the support team a fuller picture.

  1. Open SignalRGB.
  2. Go to Settings > Application > Advanced.
  3. Enable Verbose Logging or Debug Mode.
  4. Reproduce your issue. Restart the app, trigger the bug, or repeat the steps that cause the problem.
  5. Disable verbose logging after capturing the issue. Leaving it on can affect app performance.

Log files are stored at:

C:\Users\USERNAME\AppData\Roaming\WhirlwindFX\SignalRGB\logs\

Replace USERNAME with your Windows username.

Steps to navigate to the logs folder:

  1. Press Win + R to open the Run dialog.
  2. Type %AppData%\WhirlwindFX\SignalRGB\logs and press Enter.
  3. The logs folder opens in File Explorer.

Providing the right information upfront speeds up the support process. Before submitting a report, gather the following:

  • The most recent log file, sorted by date
  • Any crash dump files (.dmp) found in the logs folder
  • Your device brand, model, and connection type (USB, PCIe, etc.)
  • The steps you took to reproduce the issue