spacemeowx2 / ldn_mitm

Play local wireless supported games online
GNU General Public License v2.0
692 stars 98 forks source link

logging: Only initialize module if logging is enabled #135

Closed TSRBerry closed 1 year ago

TSRBerry commented 1 year ago

This PR only initializes logging when it's enabled, which avoids creating empty files on the sd card that aren't used. If logging gets enabled via the config app it will initialize logging which also creates the file.


Fixes #134