You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: