nning / protonutils

CLI tool providing utilities for Proton: List games by version, Download/update GE/Luxtorpeda, clean unused runtimes, clean unused compatdata, ...
MIT License
36 stars 0 forks source link

feat: Add debug logging #29

Closed nning closed 2 years ago

nning commented 2 years ago

To enable debug logging, run (for example):

DEBUG=1 protonutils list -c

And to store debug log into a file:

DEBUG=1 protonutils list -c 2> debug.log