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
When reading logs in Elasticsearch, Kibana, we can see the color tags in of the logs. The formatting doesn't help us there however the other functionality (timestamps, message types, etc.) do help us. To clean up logs, I'd like to remove any color, styling etc. settings and I have made a rudimentary branch where setting disableFormatting=true allows different conditional blocks to trigger where no coloring, boldness etc. is applied to messages.
Please let me know what you think.
The text was updated successfully, but these errors were encountered:
- ✨ `highlight` option to disable console-colors, implementing #10, thanks to @catonice
- 👨🔧 Fix#9 by upgrading `ostrio:[email protected]`, thanks to @bladerunner2020
- 👨💻 Minor codebase refactoring
- 🤝 Support for `[email protected]`
- 👨🔬 Improve test suite
This was implemented as { highlight: Boolean } option for LoggerConsole constructor, see updated docs. Please upgrade to 2.1.0 and let me know if this is solved
Feel free to close it in case if the issue is solved on your end.
I have a suggestion:
Please let me know what you think.
The text was updated successfully, but these errors were encountered: