Skip to content

Commit ca989ae

Browse files
committed
remove log.tail and log.systemd ui settings
1 parent 5d8b49b commit ca989ae

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.
2323
- bump the default node version from 20 to 22
2424
- make terminal enabled by default on new macOS hb-service installs
2525
- update `fastify` and `nestjs` dependencies
26+
- remove `log.tail` and `log.systemd` ui settings
2627

2728
### Homebridge Dependencies
2829

config.schema.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -506,20 +506,6 @@
506506
"functionBody": "return (model.log && model.log.method==='custom')"
507507
}
508508
},
509-
"tail": {
510-
"type": "string",
511-
"description": "Deprecated.",
512-
"condition": {
513-
"functionBody": "return (model.log && (model.log.method==='custom' || model.log.method==='systemd' || model.log.method==='file'))"
514-
}
515-
},
516-
"systemd": {
517-
"type": "string",
518-
"description": "Deprecated.",
519-
"condition": {
520-
"functionBody": "return (model.log && (model.log.method==='custom' || model.log.method==='systemd' || model.log.method==='file'))"
521-
}
522-
},
523509
"maxSize": {
524510
"type": "integer",
525511
"description": "The max log size (bytes). Set to -1 to disable log truncation.",
@@ -660,9 +646,7 @@
660646
"log.method",
661647
"log.path",
662648
"log.service",
663-
"log.command",
664-
"log.tail",
665-
"log.systemd"
649+
"log.command"
666650
]
667651
},
668652
{

0 commit comments

Comments
 (0)