Forum
[SOLVED] Xbmc.log in debug mode, not according settings - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Kodi (/forum-18.html)
+--- Thread: [SOLVED] Xbmc.log in debug mode, not according settings (/thread-2253.html)



Xbmc.log in debug mode, not according settings - Smultie - 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.

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>



RE: Xbmc.log in debug mode, not according settings - IriDium - 6th May, 2014 03:08 AM

Is this still occurring?

If so can you provide full xbmc.log and dmesg via pastebin.


RE: Xbmc.log in debug mode, not according settings - Smultie - 6th May, 2014 04:45 AM

No, I changed my advancedsettings.xml to include
<loglevel hide="false">0</loglevel>


RE: Xbmc.log in debug mode, not according settings - IriDium - 6th May, 2014 11:33 PM

Changed status to solved