17 lines
220 B
JSON
17 lines
220 B
JSON
{
|
|
appenders: [
|
|
{
|
|
category: "tests",
|
|
type: "file",
|
|
filename: "tmp-tests.log",
|
|
layout: {
|
|
type: "messagePassThrough"
|
|
}
|
|
}
|
|
],
|
|
|
|
levels: {
|
|
"tests": "WARN"
|
|
}
|
|
}
|