converted date file appender tests to mocha

This commit is contained in:
Gareth Jones
2013-08-27 13:44:33 +10:00
parent 3312724d7d
commit d43d49d83d
4 changed files with 277 additions and 250 deletions

View File

@@ -1,7 +1,6 @@
{
"appenders": [
{
"category": "tests",
"appenders": {
"dateFile": {
"type": "dateFile",
"filename": "test/date-file-test.log",
"pattern": "-from-MM-dd",
@@ -9,9 +8,9 @@
"type": "messagePassThrough"
}
}
],
},
"levels": {
"tests": "WARN"
"categories": {
"default": { "level": "WARN", "appenders": [ "dateFile" ] }
}
}