You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
d18zj
changed the title
Then FolderObjectStorage class SaveObject<T>method has a issues
The FolderObjectStorage class SaveObject<T>method has a issues
Mar 11, 2021
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:
The text was updated successfully, but these errors were encountered: