Parameter | Type | Description | Default |
---|---|---|---|
name | string | "logging" | |
folder | string | "h2/logging" | |
user | string | "sa" | |
password | string | "" | |
loginTimeout | integer | I"40" | |
tables.1.name | string | "logs" | |
tables.1.maxRows | integer | I"262144" | |
tables.1.keys.1 | string | "logentry" | |
tables.1.indexes.1 | string | "LOGS" | |
tables.1.columns.1.name | string | "id" | |
tables.1.columns.1.type | string | "INT IDENTITY(1,1)" | |
tables.1.columns.1.isPrimary | boolean | B"true" | |
tables.1.columns.1.isId | boolean | B"true" | |
tables.1.columns.1.index | string | "LOGS" | |
tables.1.columns.1.order | string | "DESC" | |
tables.1.columns.2.name | string | "logger" | |
tables.1.columns.2.type | string | "VARCHAR" | |
tables.1.columns.3.name | string | "level" | |
tables.1.columns.3.type | string | "INT" | |
tables.1.columns.4.name | string | "message" | |
tables.1.columns.4.type | string | "VARCHAR" | |
tables.1.columns.5.name | string | "thread" | |
tables.1.columns.5.type | string | "VARCHAR" | |
tables.1.columns.6.name | string | "timestamp" | |
tables.1.columns.6.type | string | "BIGINT" | |
tables.2.name | string | "version" | |
tables.2.columns.1.name | string | "id" | |
tables.2.columns.1.type | string | "INT IDENTITY(1,1)" | |
tables.2.columns.1.isId | boolean | B"true" | |
tables.2.columns.2.name | string | "chariotVersion" | |
tables.2.columns.2.type | string | "VARCHAR" | |
tables.2.columns.3.name | string | "buildTimestamp" | |
tables.2.columns.3.type | string | "VARCHAR" | |
tables.2.columns.4.name | string | "buildPlatform" | |
tables.2.columns.4.type | string | "VARCHAR" |
Overview
Content Tools