mesosphere-backup / mesos-cli

This project has been deprecated. Please use the DC/OS CLI.

Home Page:https://github.com/mesosphere/dcos-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tail -f with one file double-prints some lines and adds a filename header

guenter opened this issue · comments

tobi@em-production:~$ mesos tail -f poseidon.3170f25c-2495-11e4-8b10-56847afe9799
[2014-08-15 16:48:57,698] INFO 10.240.41.56 -  -  [15/Aug/2014:16:48:57 +0000] "GET /ping HTTP/1.1" 200 5 "-" "spray-can/1.2.1" (mesosphere.chaos.http.ChaosRequestLog:15)
[2014-08-15 16:49:07,643] INFO 10.240.41.56 -  -  [15/Aug/2014:16:49:07 +0000] "GET /ping HTTP/1.1" 200 5 "-" "spray-can/1.2.1" (mesosphere.chaos.http.ChaosRequestLog:15)
[2014-08-15 16:49:17,589] INFO 10.240.41.56 -  -  [15/Aug/2014:16:49:17 +0000] "GET /ping HTTP/1.1" 200 5 "-" "spray-can/1.2.1" (mesosphere.chaos.http.ChaosRequestLog:15)
[2014-08-15 16:49:27,635] INFO 10.240.41.56 -  -  [15/Aug/2014:16:49:27 +0000] "GET /ping HTTP/1.1" 200 5 "-" "spray-can/1.2.1" (mesosphere.chaos.http.ChaosRequestLog:15)
[2014-08-15 16:49:37,654] INFO 10.240.41.56 -  -  [15/Aug/2014:16:49:37 +0000] "GET /ping HTTP/1.1" 200 5 "-" "spray-can/1.2.1" (mesosphere.chaos.http.ChaosRequestLog:15)
[2014-08-15 16:49:47,675] INFO 10.240.41.56 -  -  [15/Aug/2014:16:49:47 +0000] "GET /ping HTTP/1.1" 200 5 "-" "spray-can/1.2.1" (mesosphere.chaos.http.ChaosRequestLog:15)
[2014-08-15 16:49:57,695] INFO 10.240.41.56 -  -  [15/Aug/2014:16:49:57 +0000] "GET /ping HTTP/1.1" 200 5 "-" "spray-can/1.2.1" (mesosphere.chaos.http.ChaosRequestLog:15)
[2014-08-15 16:50:07,714] INFO 10.240.41.56 -  -  [15/Aug/2014:16:50:07 +0000] "GET /ping HTTP/1.1" 200 5 "-" "spray-can/1.2.1" (mesosphere.chaos.http.ChaosRequestLog:15)
[2014-08-15 16:50:17,730] INFO 10.240.41.56 -  -  [15/Aug/2014:16:50:17 +0000] "GET /ping HTTP/1.1" 200 5 "-" "spray-can/1.2.1" (mesosphere.chaos.http.ChaosRequestLog:15)
[2014-08-15 16:50:27,748] INFO 10.240.41.56 -  -  [15/Aug/2014:16:50:27 +0000] "GET /ping HTTP/1.1" 200 5 "-" "spray-can/1.2.1" (mesosphere.chaos.http.ChaosRequestLog:15)
==>poseidon.3170f25c-2495-11e4-8b10-56847afe9799:stdout<==
014-08-15 16:49:37,654] INFO 10.240.41.56 -  -  [15/Aug/2014:16:49:37 +0000] "GET /ping HTTP/1.1" 200 5 "-" "spray-can/1.2.1" (mesosphere.chaos.http.ChaosRequestLog:15)
[2014-08-15 16:49:47,675] INFO 10.240.41.56 -  -  [15/Aug/2014:16:49:47 +0000] "GET /ping HTTP/1.1" 200 5 "-" "spray-can/1.2.1" (mesosphere.chaos.http.ChaosRequestLog:15)
[2014-08-15 16:49:57,695] INFO 10.240.41.56 -  -  [15/Aug/2014:16:49:57 +0000] "GET /ping HTTP/1.1" 200 5 "-" "spray-can/1.2.1" (mesosphere.chaos.http.ChaosRequestLog:15)
[2014-08-15 16:50:07,714] INFO 10.240.41.56 -  -  [15/Aug/2014:16:50:07 +0000] "GET /ping HTTP/1.1" 200 5 "-" "spray-can/1.2.1" (mesosphere.chaos.http.ChaosRequestLog:15)
[2014-08-15 16:50:17,730] INFO 10.240.41.56 -  -  [15/Aug/2014:16:50:17 +0000] "GET /ping HTTP/1.1" 200 5 "-" "spray-can/1.2.1" (mesosphere.chaos.http.ChaosRequestLog:15)
[2014-08-15 16:50:27,748] INFO 10.240.41.56 -  -  [15/Aug/2014:16:50:27 +0000] "GET /ping HTTP/1.1" 200 5 "-" "spray-can/1.2.1" (mesosphere.chaos.http.ChaosRequestLog:15)

I should only see lines once, and should not see the filename header.