audit4j / audit4j-db

Audit4j Database Handler
http://audit4j.org/handler-db
Apache License 2.0
7 stars 15 forks source link

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

Open franck-benault opened 6 years ago

franck-benault commented 6 years ago

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