java.lang.Object
io.automatiko.engine.api.config.AuditConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanenabled()Enables auditing, by default it is disabledexcluded()Comma separated types of audit entries that should be excluded.format()Configures format of audit entries, available formats are: plain (default) and jsonincluded()Comma separated types of audit entries that should be included.
-
Field Details
-
ENABLED_KEY
- See Also:
-
INCLUDED_KEY
- See Also:
-
EXCLUDED_KEY
- See Also:
-
FORMAT_KEY
- See Also:
-
-
Constructor Details
-
AuditConfig
public AuditConfig()
-
-
Method Details
-
enabled
public boolean enabled()Enables auditing, by default it is disabled -
included
Comma separated types of audit entries that should be included. By default all are included Supported types are: workflow,workflow_node,workflow_variable,workflow_persistence_read,workflow_persistence_write,messaging,timer- Returns:
- comma separated list of audit entry types
-
excluded
Comma separated types of audit entries that should be excluded. By default none are excluded Supported types are: workflow,workflow_node,workflow_variable,workflow_persistence_read,workflow_persistence_write,messaging,timer- Returns:
- comma separated list of audit entry types
-
format
Configures format of audit entries, available formats are: plain (default) and json
-