{ "writers" : { "filetolog":{ "writer":"file", "opts":{ "path":"log3.txt" } }, "errorfile": { "writer":"file", "opts": { "path":"error3.txt" } }, "console1": { "writer":"console", "opts":{} } }, "adapters" : [ { "levels": ["ERROR","WARN","INFO"], "fmt": "[%c:%n -%l- %m %| %E/%c]", "writers": ["filetolog"] }, { "levels":["ERROR"], "fmt": "ERR - %m", "writers": ["errorfile","console1"] } ] }