blue-yonder / bonfire

A CLI Graylog Client with Follow Mode
BSD 3-Clause "New" or "Revised" License
72 stars 26 forks source link

tail to file - output in one line #22

Open valentin-krasontovitsch opened 7 years ago

valentin-krasontovitsch commented 7 years ago

Using the current master branch (d0af9ca10394f366cfa3c60f0741f1f0918011c2), on Mac, when tailing and writing the output to a file, the output gets written in one line.

Among other things this makes it very hard to read.

Exemplary command:

bonire --host mygraylog.mydomain --endpoint /api --port 9000 -o test.log \
    -r STREAMID -u USER -n 1000 -@ "2 days ago" "tag:help"

Is this intended behavior?