mirror of
https://github.com/winsw/winsw.git
synced 2025-12-10 18:37:28 +08:00
fix: wrong yaml schema for logPath (#964)
This commit is contained in:
@@ -108,8 +108,8 @@
|
||||
"$id": "#/properties/log/period",
|
||||
"type": "number"
|
||||
},
|
||||
"logpath": {
|
||||
"$id": "#/properties/log/logpath",
|
||||
"logPath": {
|
||||
"$id": "#/properties/log/logPath",
|
||||
"type": "string"
|
||||
},
|
||||
"outFileDisabled": {
|
||||
|
||||
Reference in New Issue
Block a user