Hi there!
I'm trying to change my loglevel through the advancedsettings.xml file (more info here) but I don't know why, my log level is automatically overwritten to level 1 due to "GUI settings". What is that? I've check my GUI settings and all the log stuff is disabled!
Here is the log where is detailed that my log level is overwritten
Code
2019-04-11 18:28:39.949 T:3011788816 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
2019-04-11 18:28:39.949 T:3011788816 NOTICE: Contents of special://profile/advancedsettings.xml are...
<advancedsettings>
<cache>
<memorysize>139460608</memorysize>
<buffermode>1</buffermode>
<readfactor>20</readfactor>
</cache>
<loglevel>2</loglevel>
</advancedsettings>
2019-04-11 18:28:39.949 T:3011788816 NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
2019-04-11 18:28:39.949 T:3011788816 WARNING: CSettingsManager: missing version attribute
2019-04-11 18:28:39.950 T:3011788816 NOTICE: Default Video Player: VideoPlayer
2019-04-11 18:28:39.950 T:3011788816 NOTICE: Default Audio Player: paplayer
2019-04-11 18:28:39.950 T:3011788816 NOTICE: Disabled debug logging due to GUI setting. Level 1.
Display More
And here is a snapshot where all the log stauff is properly disabled (Sorry, it is in spanish but at leasy I think that you can recognize the screen and see that all is disabled). What I'm doing wrong?
I really appreciate any help you can provide.