• Страница 1 из 1
  • 1
Архив - только для чтения
Модератор форума: andycrowz  
LOGGING SYSTEM SETTINGS
Just_Max
Рыцарь
Ув. пользователи киньте пожалуйста коммит в котором Тринити ввели

Code
LOGGING SYSTEM SETTINGS

Просто сегодня скачал исходники собрал а загрузка чистая( А мне нужно чтобы загрузка была)

С меня +


Человек не может жить без сердца, без печени, без почек.
Зато, сука, без мозгов спокойно живут целыми поколениями.
Сообщение # 1 написано 23.09.2012 в 14:22
Thermaplugg
Database Developer
Code
#
#  Appender config values: Given a appender "name"
#    Appender.name
#        Description: Defines 'where to log'
#        Format:      Type,LogLevel,Flags,optional1,optional2
#
#                     Type
#                         0 - (None)
#                         1 - (Console)
#                         2 - (File)
#                         3 - (DB)
#
#                     LogLevel
#                         0 - (Disabled)
#                         1 - (Trace)
#                         2 - (Debug)
#                         3 - (Info)
#                         4 - (Warn)
#                         5 - (Error)
#                         6 - (Fatal)
#
#                     Flags:
#                         0 - None
#                         1 - Prefix Timestamp to the text
#                         2 - Prefix Log Level to the text
#                         4 - Prefix Log Filter type to the text
#                         8 - Append timestamp to the log file name. Format: YYYY-MM-DD_HH-MM-SS (Only used with Type = 2)
#                        16 - Make a backup of existing file before overwrite (Only used with Mode = w)
#
#                     Colors (read as optional1 if Type = Console)
#                         Format: "fatal error warn info debug trace"
#                         0 - BLACK
#                         1 - RED
#                         2 - GREEN
#                         3 - BROWN
#                         4 - BLUE
#                         5 - MAGENTA
#                         6 - CYAN
#                         7 - GREY
#                         8 - YELLOW
#                         9 - LRED
#                        10 - LGREEN
#                        11 - LBLUE
#                        12 - LMAGENTA
#                        13 - LCYAN
#                        14 - WHITE
#                         Example: "13 11 9 5 3 1"
#
#                     File: Name of the file (read as optional1 if Type = File)
#                         Allows to use one "%s" to create dynamic files
#
#                     Mode: Mode to open the file (read as optional2 if Type = File)
#                          a - (Append)
#                          w - (Overwrite)
#

Appender.Console=1,3,0,1 9 8 13 11 14  
Appender.Server=2,2,0,Server.log,w
Appender.GM=2,2,0,GM.log
Appender.DBErrors=2,2,0,DBErrors.log
Appender.Char=2,2,0,Char.log,w
Appender.RA=2,2,0,RA.log
Appender.Warden=2,4,0,Warden.log
Appender.Chat=2,2,0,Chat.log
Appender.CharDump=2,2,0,%s.log
Appender.Arenas=2,2,0,Arena.log
Appender.SQLDev=2,2,0,SQLDev.log
Appender.SQLDriver=2,2,0,SQLDriver.log


не?
Сообщение # 2 написано 23.09.2012 в 15:41
Just_Max
Рыцарь
Какие значение нада ставить чтобы лог загрузки показывался?

Добавлено (23.09.2012, 15:45)
---------------------------------------------
Когда ядро запускаеш чтобы данные были



Человек не может жить без сердца, без печени, без почек.
Зато, сука, без мозгов спокойно живут целыми поколениями.
Сообщение # 3 написано 23.09.2012 в 15:45
Thermaplugg
Database Developer
структура:
Code
#        Format:      Type,LogLevel,Flags,optional1,optional2

Code
#   
#                     LogLevel   
#                         0 - (Disabled)   
#                         1 - (Trace)   
#                         2 - (Debug)   
#                         3 - (Info)   
#                         4 - (Warn)   
#                         5 - (Error)   
#                         6 - (Fatal)

вторая цифра тут:
Code
Appender.Console=1,3,0,1 9 8 13 11 14
Сообщение # 4 отредактировано MENZ411 - Воскресенье, 23.09.2012, 15:50
Azteco
Маршал
MENZ411, мне помоги
Сообщение # 5 написано 23.09.2012 в 17:45
  • Страница 1 из 1
  • 1
Поиск: