用户工具

站点工具


数据库:auth数据库:logs

这是本文档旧的修订版!


logs 表


<-返回:Auth 数据库

This table stores logs from Appender type database in config file. Example db appender:

Appender.DB=3,5,0

表结构

FieldTypeAttributesKeyNullDefaultextraComment
timeINTUNSIGNED NO
realmINTUNSIGNED NO
typeVARCHAR(250)SIGNED NO
levelTINYINTUNSIGNED NO0
stringTEXTSIGNED YES

字段说明


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 Logger name from config Example logger:

Logger.server=4,Console Server

level

Depends on LogLevel in authserver.conf

ValueDescription
1(Fatal)
2(Error)
3(Warning)
4(Info)
5(Debug)
6(Trace)

string

The actual string that has been logged.

数据库/auth数据库/logs.1695518611.txt.gz · 最后更改: 2023/09/24 09:23 由 admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki