| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
* Support levels from Logrus * Adjust xray logging accordingly
There was a problem hiding this comment.
LGTM, the new default level seems to be a sensible balance between clarity and verbosity 👍
As discussed, in the future we should look into introducing more control over stdout/stderr and also printing the platform messages (START/END/REPORT, ..)
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Make init log levels configurable
Lambda container logs are very verbose such that it is hard for customers to identify what’s wrong with their Lambda implementation because the logs are mainly about RIE internals.
We already support log levels through the environment variable LOCALSTACK_INIT_LOG_LEVEL but only debug and trace is insufficient.
Go log levels: https://github.com/sirupsen/logrus#level-logging
What should be the default level? "warn + invocation result logging"
Follow Up