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
jwveldhuis 2020-12-26 14:54:44 +01:00 committed by GitHub
parent 953e074c0a
commit 662c07f0fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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": {