File tree Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.
23
23
- bump the default node version from 20 to 22
24
24
- make terminal enabled by default on new macOS hb-service installs
25
25
- update ` fastify ` and ` nestjs ` dependencies
26
+ - remove ` log.tail ` and ` log.systemd ` ui settings
26
27
27
28
### Homebridge Dependencies
28
29
Original file line number Diff line number Diff line change 506
506
"functionBody" : " return (model.log && model.log.method==='custom')"
507
507
}
508
508
},
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
- },
523
509
"maxSize" : {
524
510
"type" : " integer" ,
525
511
"description" : " The max log size (bytes). Set to -1 to disable log truncation." ,
660
646
" log.method" ,
661
647
" log.path" ,
662
648
" log.service" ,
663
- " log.command" ,
664
- " log.tail" ,
665
- " log.systemd"
649
+ " log.command"
666
650
]
667
651
},
668
652
{
You can’t perform that action at this time.
0 commit comments