mirror of https://github.com/winsw/winsw
fix: wrong yaml schema for `logPath`
parent
9bfc034807
commit
5171884913
|
@ -108,8 +108,8 @@
|
|||
"$id": "#/properties/log/period",
|
||||
"type": "number"
|
||||
},
|
||||
"logpath": {
|
||||
"$id": "#/properties/log/logpath",
|
||||
"logPath": {
|
||||
"$id": "#/properties/log/logPath",
|
||||
"type": "string"
|
||||
},
|
||||
"outFileDisabled": {
|
||||
|
|
Loading…
Reference in New Issue