Skip to content

The FolderObjectStorage class SaveObject<T>method has a issues #246

@d18zj

Description

@d18zj

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:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions