mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 10:55:42 +03:00
In case where gelf/json logging is used, its fairly easy to exceed the 16k limit, resulting in json output being cut up into multiple strings the result is invalid json lines which can create all kind of badness in the logging server This fixes https://github.com/hashicorp/nomad/issues/4699 Signed-off-by: Christian Winther <jippignu@gmail.com>