Skip to content

Commit

Permalink
docs: documented configurable boolean format
Browse files Browse the repository at this point in the history
  • Loading branch information
typekpb committed Nov 12, 2017
1 parent fa6bcde commit 56f5e79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/configandusage.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ in section: [Configuration and Usage](#configuration-and-usage)):
# format that is used for logging of the date/time/... (has to be compatible with java.text.SimpleDateFormat)
# (default is dd-MMM-yy)
#databaseDialectDateFormat=dd-MMM-yy

# format that is used for logging booleans, possible values: boolean, numeric
# (default is boolean)
#databaseDialectBooleanFormat=boolean

# whether to expose options via JMX or not
# (default is true)
Expand Down

0 comments on commit 56f5e79

Please sign in to comment.