deis / logger

In-memory log buffer used by Deis Workflow.

Home Page:https://deis.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timestamp all log entries

jchauncey opened this issue · comments

It is extremely useful to capture the timestamp for display purposes in deis logs. To do this we will need to make sure the following things are done:

  • Right now we throw away the timestamp we get from fluentd so we will need to make sure that we add that to the json that is sent to logger.
  • In logger when we go to store the message in redis we should prepend the timestamp we got from fluentd at the beginning of the message.
  • Once we have the timestamp being return to the CLI we will need to have it skip the timestamp part of the message for colorizing purposes.

moved to rc1

which log entries still require timestamps? Just application logs? :)

yeah i think so.

@jchauncey is this going in to v2.0-rc1?

is this resolved via #123?