ryandotsmith / log-shuttle

New Repository: https://github.com/heroku/log-shuttle
https://github.com/heroku/log-shuttle
22 stars 6 forks source link

Long log lines. #24

Open archaelus opened 11 years ago

archaelus commented 11 years ago

Logplex currently has a 10kb log line limit. Sending lines longer than this will result in a 400 response.

Should Logplex advertise its length limit in the response headers somehow?

Should log-shuttle truncate or split messages at 10kb (or the logplex advertised limit when that exists)?