Skip to content

OPLOG =True is not working currently, #1074

@cst4049

Description

@cst4049

eve/methods/common.py
in v0.8
if not config.OPLOG
or op not in config.OPLOG_METHODS
or resource in config.URLS[resource]:
return
in v0.7 and preview
if not config.OPLOG or op not in config.OPLOG_METHODS:
return
it works in v0.7,and not work in v0.8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions