Skip to content

Audit4j-db mistake in documentation Database Handler (embeded -> embbeded) #13

@franck-benault

Description

@franck-benault

Hello,

there is a small typo error in the documentation about the database handler
topic 9.1.2 and 9.2.3
in the configuration examples : you have "embeded: false" whereas it should be "embedded: false"

Could you please fix the documentation ?

Regards Franck Benault

log:
with embeded: false in the configuration file you have the error
Caused by: com.esotericsoftware.yamlbeans.YamlReader$YamlReaderException: Line 5, column 10: Unable to find property 'embeded' on class: org.audit4j.handler.db.DatabaseAuditHandler
at com.esotericsoftware.yamlbeans.YamlReader.readValueInternal(YamlReader.java:292)
at com.esotericsoftware.yamlbeans.YamlReader.readValue(YamlReader.java:152)
at com.esotericsoftware.yamlbeans.YamlReader.readValueInternal(YamlReader.java:335)
at com.esotericsoftware.yamlbeans.YamlReader.readValue(YamlReader.java:152)
at com.esotericsoftware.yamlbeans.YamlReader.readValueInternal(YamlReader.java:295)
at com.esotericsoftware.yamlbeans.YamlReader.readValue(YamlReader.java:152)
at com.esotericsoftware.yamlbeans.YamlReader.read(YamlReader.java:103)
at com.esotericsoftware.yamlbeans.YamlReader.read(YamlReader.java:90)
at com.esotericsoftware.yamlbeans.YamlReader.read(YamlReader.java:84)
at org.audit4j.core.YAMLConfigProvider.readConfig(YAMLConfigProvider.java:88)
... 31 more

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