用户工具

站点工具


数据库:auth数据库:logs

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

后一修订版
前一修订版
数据库:auth数据库:logs [2023/09/24 09:21] – 创建 admin数据库:auth数据库:logs [2023/09/24 09:24] (当前版本) – [logs 表] admin
行 3: 行 3:
 [[数据库:auth数据库:首页|<-返回:Auth 数据库]] [[数据库:auth数据库:首页|<-返回:Auth 数据库]]
  
-This table stores logs from Appender type database in config file. Example db appender:+This table stores logs from<color #ed1c24/#eee> Appender</color> type database in config file. Example db appender:
 <code> <code>
 Appender.DB=3,5,0 Appender.DB=3,5,0
行 9: 行 9:
 **表结构** **表结构**
 ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ ^Field^Type^Attributes^Key^Null^Default^extra^Comment^
-|[[#id|id]]|INT|UNSIGNED|PRI|NO| | | | +|[[#time|time]]|INT|UNSIGNED| |NO| | | | 
-|[[#gmlevel|gmlevel]]|TINYINT|UNSIGNED| |NO| | | | +|[[#realm|realm]]|INT|UNSIGNED| |NO| | | | 
-|[[#RealmID|RealmID]]|INT|SIGNED|PRI|NO|-1| | | +|[[#type|type]]|VARCHAR(250)|SIGNED| |NO| | | | 
-|[[#comment|comment]]|VARCHAR(255)|SIGNED| |YES|' '| | |+|[[#level|level]]|TINYINT|UNSIGNED| |NO|0| | | 
 +|[[#string|string]]|TEXT|SIGNED| |YES| | | |
  
  
 ===== 字段说明 ===== ===== 字段说明 =====
 ---- ----
-time+==== time ==== 
 A unixtime timestamp indicating when this string was logged. A unixtime timestamp indicating when this string was logged.
  
-realm+==== realm ==== 
 The RealmID of the realm this log string came from. 0 if realmd. The RealmID of the realm this log string came from. 0 if realmd.
  
-type+==== type ==== 
 +<code>
 The Logger name from config Example logger: The Logger name from config Example logger:
 +</code>
 Logger.server=4,Console Server Logger.server=4,Console Server
-level+==== level ==== 
 Depends on LogLevel in authserver.conf Depends on LogLevel in authserver.conf
  
-Value Description +^Value^Description^ 
-1 (Fatal) +|1|(Fatal)| 
-2 (Error) +|2|(Error)| 
-3 (Warning) +|3|(Warning)| 
-4 (Info) +|4|(Info)| 
-5 (Debug) +|5|(Debug)| 
-6 (Trace) +|6|(Trace)| 
-string+ 
 +==== string ==== 
 The actual string that has been logged. The actual string that has been logged.
数据库/auth数据库/logs.1695518500.txt.gz · 最后更改: 2023/09/24 09:21 由 admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki