sozu icon indicating copy to clipboard operation
sozu copied to clipboard

investigate structured logging

Open Geal opened this issue 7 years ago • 2 comments

sozu's logs have a common structure, especially for access logs, but there's a lot of information that's specific to the context, the application, etc. It could be interesting to check how structured logging could be applied:

  • see which fields are common to each logs (because we can easily query those after processing)
  • make an inventory of the different log messages
  • plan how sozu could switch to structured logging

Geal avatar Apr 06 '18 10:04 Geal

I'll take a look at messagetemplates.org.

NotBad4U avatar May 12 '18 20:05 NotBad4U

Whe can take a look at this crate: https://crates.io/crates/slog

NotBad4U avatar Nov 08 '18 11:11 NotBad4U