Use tail -F instead of -f to keep tailing after OpenHAB restart. (#1383)
Signed-off-by: Jan-Willem Veldhuis <jwveldhuis@gmail.com>pull/1384/head
parent
953e074c0a
commit
662c07f0fa
|
@ -100,7 +100,7 @@
|
|||
"args": [
|
||||
"-n",
|
||||
"50",
|
||||
"-f",
|
||||
"-F",
|
||||
"$openhab_logs/events.log"
|
||||
],
|
||||
"windows": {
|
||||
|
@ -126,7 +126,7 @@
|
|||
"args": [
|
||||
"-n",
|
||||
"50",
|
||||
"-f",
|
||||
"-F",
|
||||
"$openhab_logs/openhab.log"
|
||||
],
|
||||
"windows": {
|
||||
|
|
Loading…
Reference in New Issue