Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (22 loc) · 896 Bytes

VERBOSE.md

File metadata and controls

29 lines (22 loc) · 896 Bytes

logo

media-dupes

Verbose

There are several ways to get verbose informations about what media-dupes is doing.

  • Log files
  • Developer console
  • Commandline output

Log files

media-dupes is writing log files. You will find them here:

  • Linux:
    • ~/.config/media-dupes/logs/main.log
    • ~/.config/media-dupes/logs/renderer.log
  • macOS:
    • ~/Library/Logs/media-dupes/main.log
    • ~/Library/Logs/media-dupes/renderer.log
  • Windows:
    • %USERPROFILE%\AppData\Roaming\media-dupes\logs\main.log
    • %USERPROFILE%\AppData\Roaming\media-dupes\logs\renderer.log

Developer console

Press F12 within the app or navigate via the Help menu and select Console (F12) to access the Developer Console.

Commandline output

  • Start media-dupes with --verbose