ParameterTypeDescriptionDefault
namestring
"logging"
folderstring
"h2/logging"
userstring
"sa"
passwordstring
""
loginTimeoutinteger
I"40"
tables.1.namestring
"logs"
tables.1.maxRowsinteger
I"262144"
tables.1.keys.1string
"logentry"
tables.1.indexes.1string
"LOGS"
tables.1.columns.1.namestring
"id"
tables.1.columns.1.typestring
"INT IDENTITY(1,1)"
tables.1.columns.1.isPrimaryboolean
B"true"
tables.1.columns.1.isIdboolean
B"true"
tables.1.columns.1.indexstring
"LOGS"
tables.1.columns.1.orderstring
"DESC"
tables.1.columns.2.namestring
"logger"
tables.1.columns.2.typestring
"VARCHAR"
tables.1.columns.3.namestring
"level"
tables.1.columns.3.typestring
"INT"
tables.1.columns.4.namestring
"message"
tables.1.columns.4.typestring
"VARCHAR"
tables.1.columns.5.namestring
"thread"
tables.1.columns.5.typestring
"VARCHAR"
tables.1.columns.6.namestring
"timestamp"
tables.1.columns.6.typestring
"BIGINT"
tables.2.namestring
"version"
tables.2.columns.1.namestring
"id"
tables.2.columns.1.typestring
"INT IDENTITY(1,1)"
tables.2.columns.1.isIdboolean
B"true"
tables.2.columns.2.namestring
"chariotVersion"
tables.2.columns.2.typestring
"VARCHAR"
tables.2.columns.3.namestring
"buildTimestamp"
tables.2.columns.3.typestring
"VARCHAR"
tables.2.columns.4.namestring
"buildPlatform"
tables.2.columns.4.typestring
"VARCHAR"
  • No labels