pusher / crank

Process slow restarter
http://pusher.github.io/crank/man/
MIT License
38 stars 3 forks source link

Fix scanner line limit in process_log.go #19

Closed zimbatm closed 10 years ago

zimbatm commented 10 years ago

If a line is 64k of length the scanner shuts down. All we want is to prefix the line so we should be able to just lookup for the "\n" character in output buffers.