Skip to content

logs

This table stores all logs from authserver if database logging in authserver.conf is enabled.

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
timeintunsignedNO
realmintunsignedNO
typevarchar(250)NO
leveltinyintunsignedNO0
stringtextYESNULL
 

Description of fields ​

time ​

A Unix timestamp indicating when this string was logged.  

realm ​

The realm id this log string came from.

0 if it came from realmd.  

type ​

The type of log this is:

IDNameComment
0LOG_TYPE_STRINGa normal informative string
1LOG_TYPE_ERRORsome sort of error
2LOG_TYPE_BASICbasic information
3LOG_TYPE_DETAILdetailed information
4LOG_TYPE_DEBUGdebugging information
5LOG_TYPE_CHARcharacter-related
6LOG_TYPE_WORLDworld packet dump
7LOG_TYPE_RAremote access logs
8LOG_TYPE_GMgm command logs
9LOG_TYPE_CRASHcrash alarm logs
10LOG_TYPE_CHATchat/message logs

 

level ​

Depends on LogLevel in authserver.conf

enum LogLevel

IDName
1LOG_LEVEL_TRACE
2LOG_LEVEL_DEBUG
3LOG_LEVEL_INFO
4LOG_LEVEL_WARN
5LOG_LEVEL_ERROR
6LOG_LEVEL_FATAL

 

string ​

The actual string that has been logged.