iw4x / iw4x-client

GNU General Public License v3.0
113 stars 35 forks source link

Enable logging to file by default #121

Open mxve opened 2 months ago

mxve commented 2 months ago

If theres no specific reason to have logging to file disabled it should be enabled by default instead of having to pass +set logfile 1. This should allow for easier debugging of issues players are facing.

Possibly log rotation has to be modified to make sure players don't end up with gigabytes of log files?