When log level is changed from DEBUG to INFO, The client-side **server-settings.json** file will be incorrect. `` {"@@UserAgentBotPatterns":"*bot*,*crawler*,*spider*,*aolbuild*,*teoma*,*yahoo*","@@log:*":"debug"} `` After the update, there is an additional **}** sign at the end `{"@@UserAgentBotPatterns":"*bot*,*crawler*,*spider*,*aolbuild*,*teoma*,*yahoo*","@@log:*":"info"}}` should modify FolderObjectStorage.cs like this: 