nginx-loadbalancer-kubernetes
nginx-loadbalancer-kubernetes copied to clipboard
Research other logging libraries
Is your feature request related to a problem? Please describe
logrus is fine, but it's in gone into maintenance mode.
Look into the libraries mentioned in the README...
At a quick glance, Apex Log looks interesting.
Other options:
It may be not worth changing logging, but it's good to be sure. Initial thoughts:
- Apex log's handlers look interesting; it might be worth providing the ability to direct the logs to the back end of choice for the user.
- While the use of log-levels was intentional, it might warrant a quick review.
- Does one of these libraries support a more deliberate and LOUD approach to misconfiguration, especially with the TLS configuration. (See the conversation from issue 143 for more context.
Describe the solution you'd like
Logging, done more right than it already is; which is pretty all right.
Describe alternatives you've considered
Alternatives are listed above.