...
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
int(10) | unsigned |
| NO |
|
|
| |
realm(10) | unsigned |
| NO |
|
|
| |
tinyint(3) | unsigned |
| NO |
|
|
| |
tinyint(3) | unsigned |
| NO | 0 |
|
| |
text | signed |
| YES |
|
|
|
Description of the fields
time
A unixtime timestamp indicating when this string was logged.
realm
The RealmID of the realm this log string came from. 0 if realmd.
type
The type of log this is:
Panel |
---|
LOG_TYPE_STRING = 0 — a normal informative string |
level
Depends on LogLevel in authserver.conf
- 1 - (Trace)
- 2 - (Debug)
- 3 - (Info)
- 4 - (Warn)
- 5 - (Error)
- 6 - (Fatal)
string
The actual string that has been logged.