@TPR said in Does the Pi keep in ongoing log in case of a crash?:
@retropieuser555 Still trying to figure this one out. Any help on how I can get verbose logging in retroarch to stay on when I load a game?
Just in case anyone ever needed the answer to this, I added the following to my retroarch.cfg file in my /config/gc folder and this worked:
log_verbosity = "true"
log_to_file = "true"
log_to_file_timestamp = "true"
Note this was the only fix that I found that would force logging verbosity stay on for me.