28th Apr, 2014, 11:09 PM
As stated in the subject, my log looks like a log with debug on, only I didn't turn debug on.... Any idea?
Also, not sure if related, but my system halted three times already today, while it never did that before.
That's what happens when I enable and disable debug logging in the UI, it sets it back to 1 iso 0.
My advancedsettings.xml has no notion of debug:
Also, not sure if related, but my system halted three times already today, while it never did that before.
Code:
15:31:55 T:3038086192 NOTICE: Log level changed to 2
15:31:55 T:3038086192 NOTICE: Enabled debug logging due to GUI setting. Level 2.
15:31:57 T:3038086192 NOTICE: Disabled debug logging due to GUI setting. Level 1.
15:31:57 T:3038086192 NOTICE: Log level changed to 1
That's what happens when I enable and disable debug logging in the UI, it sets it back to 1 iso 0.
My advancedsettings.xml has no notion of debug:
Code:
<advancedsettings>
<network>
<cachemembuffersize>20971520</cachemembuffersize>
</network>
<fanartres>720</fanartres>
<imageres>540</imageres>
<gputempcommand>echo "$(/opt/vc/bin/vcgencmd measure_temp | grep -o "[0-9]\{2\}") C"</gputempcommand>
<cputempcommand>echo "$(/opt/vc/bin/vcgencmd measure_temp | grep -o "[0-9]\{2\}") C"</cputempcommand>
<lookandfeel>
<webserver>true</webserver>
<guires>1080</guires>
</lookandfeel>
<bginfoloadermaxthreads>5</bginfoloadermaxthreads>
<video>
<adjustrefreshrate>
<override>
<fps>23.976</fps>
<refresh>24.0</refresh>
</override>
</adjustrefreshrate>
</video>
<videodatabase>
<type>mysql</type>
<host>10.0.1.2</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</videodatabase>
<gui>
<algorithmdirtyregions>3</algorithmdirtyregions>
<nofliptimeout>0</nofliptimeout>
<visualizedirtyregions>false</visualizedirtyregions>
</gui>
<destroywindowcontrols>0</destroywindowcontrols>
<useddsfanart>0</useddsfanart>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
</videolibrary>
</advancedsettings>