Back to 'ip_banned' Return to auth Go to 'logs_ip_actions'
This table stores all logs from authserver if database logging in config is enabled.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
time | int | unsigned | NO | ||||
realm | int | unsigned | NO | ||||
type | varchar(250) | NO | |||||
level | tinyint | unsigned | NO | 0 | |||
string | text | YES | NULL |
A unixtime timestamp indicating when this string was logged.
The RealmID of the realm this log string came from. 0 if realmd.
The type of log this is:
LOG_TYPE_ERROR = 1 — some sort of error
LOG_TYPE_BASIC = 2 — basic information
LOG_TYPE_DETAIL = 3 — detailed information
LOG_TYPE_DEBUG = 4 — debugging information
LOG_TYPE_CHAR = 5 — character-related
LOG_TYPE_WORLD = 6 — world packet dump
LOG_TYPE_RA = 7 — remote access logs
LOG_TYPE_GM = 8 — gm command logs
LOG_TYPE_CRASH = 9 — crash alarm logs
LOG_TYPE_CHAT = 10 – chat/message logs
Depends on LogLevel in authserver.conf
The actual string that has been logged.