summaryrefslogtreecommitdiff
path: root/docs/logs.md
diff options
context:
space:
mode:
authorWalter Pagani <paganiwalter@gmail.com>2021-01-12 06:26:36 -0300
committerGitHub <noreply@github.com>2021-01-12 10:26:36 +0100
commitf615a8e065cce65ab833db303eb09c71ee4841f4 (patch)
tree379be39c846044e58824d3c30f6b6b8b37fa1f64 /docs/logs.md
parent20d1b6045f788b5bdbd0ec6aa7ebee5800603476 (diff)
downloadwiki-f615a8e065cce65ab833db303eb09c71ee4841f4.tar.gz
wiki-f615a8e065cce65ab833db303eb09c71ee4841f4.tar.bz2
wiki-f615a8e065cce65ab833db303eb09c71ee4841f4.zip
update logs.md (#347)
Diffstat (limited to 'docs/logs.md')
-rw-r--r--docs/logs.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/logs.md b/docs/logs.md
index 84cb008..6858a9e 100644
--- a/docs/logs.md
+++ b/docs/logs.md
@@ -8,13 +8,13 @@ This table stores all logs from authserver if database logging in config is enab
**Structure**
-| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
-|-------------|------------|------------|-----|------|---------|-------|---------|
-| [time][1] | int(10) | unsigned | | NO | | | |
-| [realm][2] | realm(10) | unsigned | | NO | | | |
-| [type][3] | tinyint(3) | unsigned | | NO | | | |
-| [level][4] | tinyint(3) | unsigned | | NO | 0 | | |
-| [string][5] | text | signed | | YES | | | |
+| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
+|-------------|--------------|------------|-----|------|---------|-------|---------|
+| [time][1] | int(10) | unsigned | | NO | | | |
+| [realm][2] | int(10) | unsigned | | NO | | | |
+| [type][3] | varchar(250) | | | NO | | | |
+| [level][4] | tinyint(3) | unsigned | | NO | 0 | | |
+| [string][5] | text | | | YES | | | |
[1]: #time
[2]: #realm