deis / logger

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

Better documentation #114

Closed felipejfc closed 7 years ago

felipejfc commented 7 years ago

I think this component needs better documentation, for example, I have some doubts here, how many of the last log lines will redis keep for each app (or process per app, don't know...)? Also, I have the feeling that the logs are not being streamed in "realtime", some times I want to see the log of an app and the log lines I expected to see are not there yet when I issue deis logs -a xxx, do we have a buffer that needs to be filled before the messages are sent to redis?

If this kind of details is documented somewhere I have not found it...

regards

jchauncey commented 7 years ago

@felipejfc checkout #115