-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathautumn-properties.json
37 lines (37 loc) · 1.58 KB
/
autumn-properties.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"logos": {
"logger": {
"rootLogger": "WARN",
"my.logger.DEBUG": "DEBuG",
"my.logger.INFO": {"level":"INFO"},
"my.logger.stringlayout": {"level":"INFO", "strinGlayout":"%ДатаВремя%:%Уровень% - %Сообщение%"},
"my.logger.classlayout": {"level":"INFO", "Classlayout":"МойКлассРаскладки"},
"my.logger.standartlayout": {"level":"INFO", "classlayout":"ОсновнаяРаскладкаСообщения"},
"my.logger.jsonlayout": {"level":"INFO", "ClassLayout":"JSONРаскладкаСообщения"},
"my.logger.WARN": {"level":"WArN"},
"my.logger.ERROR": {"level":"ERROR"},
"my.logger.CRITICALERROR": {"level":"CRITICALERROR"},
"my.logger.DISABLE": {"level":"DISABLE"},
"my.logger.DEFAULT": {"level":"DEFAULT"},
"my.logger.fileappender": {"level":"DEBUG", "appenders": ["debugfile", "consoledebug"]},
"my.logger.consoleappender": {"level":"INFO", "appenders": "debugfile, consoledebug"},
"my.logger.smartappender": {"level":"INFO", "appenders": "smartAppender"}
},
"appender": {
"debugfile": {
"type": "ВыводЛогаВФайл",
"level": "DEBUG",
"file": "tests/log/fileappender.log"
},
"consoledebug": {
"type": "ВыводЛогаВКонсоль",
"level": "DEBUG"
},
"smartAppender": {
"type": "ХитрыйАппендер",
"level": "DEBUG",
"suffix": "1"
}
}
}
}