kaihendry / go-compose-minimal

1 stars 0 forks source link

View logs with less noise #1

Open kaihendry opened 1 year ago

kaihendry commented 1 year ago
Screenshot 2023-07-10 at 12 40 34

I noticed whilst running this stack that there are:

  1. Health checks
  2. /favicon.ico

Add noise to the logs. Is there some log viewer to filter these out? Should I just not log these routes? @samber

samber commented 1 year ago

Change the log level to error or use https://github.com/samber/slog-sampling with rate to 0 for this route.