deis / logger

In-memory log buffer used by Deis Workflow.
https://deis.com
MIT License
18 stars 15 forks source link

Message with newlines in them get cut off in deis logs #109

Closed helgi closed 7 years ago

helgi commented 8 years ago

(app::deploy): There was a problem deploying v6. Rolling back process types to release v5.\nThere was a problem while deploying v6 of unbent-larkspur-cmd. Additional information:\nError: image deis/example-foo:latest not found

This only shows up to the first \n in deis logs

jchauncey commented 8 years ago

We should get the last \n and split on that

On Aug 30, 2016 5:37 PM, "Helgi Þormar Þorbjörnsson" < notifications@github.com> wrote:

(app::deploy): There was a problem deploying v6. Rolling back process types to release v5.\nThere was a problem while deploying v6 of unbent-larkspur-cmd. Additional information:\nError: image deis/example-foo:latest not found

This only shows up to the first \n in deis logs

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/deis/logger/issues/109, or mute the thread https://github.com/notifications/unsubscribe-auth/AAaRGOGBkN7WClrRe_Y3Z9afV06UTLdKks5qlKKJgaJpZM4JxAU7 .

jchauncey commented 7 years ago

closed in https://github.com/deis/controller/issues/1027