I'm trying to solve https://github.com/ValveSoftware/Proton/issues/103 by having a better logging than the default PROTON_LOG setting, like WINEDEBUG = +relay,+heap but then it slows down the program significantly, so I'm trying to move the log file from home to a ramdisk to make it log faster and probably run faster, but then there is no documentation on that
I'm trying to solve https://github.com/ValveSoftware/Proton/issues/103 by having a better logging than the default
PROTON_LOGsetting, likeWINEDEBUG = +relay,+heapbut then it slows down the program significantly, so I'm trying to move the log file from home to a ramdisk to make it log faster and probably run faster, but then there is no documentation on that