Guisettings.xml file format

Has the format of this file in the /home/osmc/.kodi/userdata folder changed recently? I can’t seem to find many of the settings that used to be there in the earlier format, for example the location to save screenshots, etc.

Shouldn’t have – no.

Is there a way for me to upload the files, the xml extension does not seem to be an allowed one? Perhaps it was a change from Kodi 17 to 18, I had not looked at it after the upgrade.

paste-log

Also have you checked
<setting id="debug.screenshotpath" default="true"></setting>

Thank you very much, that was it. Everything seems to be compressed now, as compared to earlier.

Old format was -

<debug>
    <extralogging default="true">false</extralogging>
    <screenshotpath>/home/osmc/Programs/</screenshotpath>
    <setextraloglevel default="true"></setextraloglevel>
    <showloginfo default="true">false</showloginfo>
</debug>