mirror of https://github.com/shunfei/cronsun
16 lines
276 B
Plaintext
16 lines
276 B
Plaintext
![]() |
{
|
||
|
"Appenders":{
|
||
|
"Node":{
|
||
|
"Type":"file",
|
||
|
"Target":"/data/logs/cronsun/node.log"
|
||
|
},
|
||
|
"stdout":{
|
||
|
"Type":"console"
|
||
|
}
|
||
|
},
|
||
|
"Root":{
|
||
|
"Level":"DEBUG",
|
||
|
"Appenders":["stdout", "Node"]
|
||
|
}
|
||
|
}
|