per @the7erm sugestion: changed the log flush to 1 second for screen.
parent
09fda1c84f
commit
440efdd74a
|
@ -1,2 +1,4 @@
|
||||||
deflog on
|
deflog on
|
||||||
logfile logs/mycroft-cli.log
|
logfile logs/mycroft-cli.log
|
||||||
|
logfile flush 1
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
deflog on
|
deflog on
|
||||||
logfile logs/mycroft-service.log
|
logfile logs/mycroft-service.log
|
||||||
|
logfile flush 1
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
deflog on
|
deflog on
|
||||||
logfile logs/mycroft-skills.log
|
logfile logs/mycroft-skills.log
|
||||||
|
logfile flush 1
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
deflog on
|
deflog on
|
||||||
logfile logs/mycroft-voice.log
|
logfile logs/mycroft-voice.log
|
||||||
|
logfile flush 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue