sensu-go icon indicating copy to clipboard operation
sensu-go copied to clipboard

[SPIKE]: Define logging requirement

Open fguimond opened this issue 2 years ago • 0 comments

As we are talking about improving our logging facilities lets compare logging packages available in Go our in other languages (such as Log4j) and see what features we would benefit for and potentially provide a ranking. Using that provide suggestions for implementation to see if we can use something off the shelf or implement the solution ourselves (or a little bit of both).

Some feature examples:

  • Log level per package/file
  • Change global log level
  • Redirect specific loggers to specific files
  • File rotation by size, day/time

fguimond avatar Sep 22 '22 20:09 fguimond