You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
Here's where we stand with log message formatting:
The following write to stdout and are parsable to by logstash:
All of the Scala-based grasshopper services's standard logging
grasshopper-parser's Gunicorn access logs
grasshopper-ui's Nginx access logs
The following are in an unknown state:
grasshopper-parser's Python logging. It's setup to log to stdout, but I'm not doing any internal logging, so I haven't set this up. I'm pretty sure it would not be parsable by logstash out-of-the-box, but should be simple to setup.
I have not tested grasshopper-loader and grasshopper-retreiver logging. @wpears was refactoring to a standard NodeJS logging package, but I am not sure of the status of that. @wpears?
So, if this issue if for just the grasshopper project, yes, we can close this out. If we consider it for the whole project, then it looks like it needs a little work.
Review logging for each application, applying logging level as appropriate
The text was updated successfully, but these errors were encountered: