Adjusting and adding new tests for logLevelFilter to handle the maxLevel option.

This commit is contained in:
Jakub Chmura
2014-08-25 20:56:37 +02:00
parent 00c62c7fa6
commit ade6dd8ea0
2 changed files with 33 additions and 7 deletions

View File

@@ -12,6 +12,19 @@
}
}
},
{
"category": "tests",
"type": "logLevelFilter",
"level": "TRACE",
"maxLevel": "DEBUG",
"appender": {
"type": "file",
"filename": "test/logLevelFilter-debugs.log",
"layout": {
"type": "messagePassThrough"
}
}
},
{
"category": "tests",
"type": "file",
@@ -23,6 +36,6 @@
],
"levels": {
"tests": "DEBUG"
"tests": "TRACE"
}
}