meerkat-dashboard / meerkat

Drag-and-drop dashboards for Icinga
https://meerkat.run
GNU Affero General Public License v3.0
18 stars 2 forks source link

Log Levels #239

Open s2156945 opened 6 months ago

s2156945 commented 6 months ago

Logging at different levels allows quick adjustment of the tradeoff between filling up the disk and following what the code is doing.

Describe the solution you'd like https://betterstack.com/community/guides/logging/logging-in-go/

Describe alternatives you've considered Current code has things like "if config.logTrace {traceLog.Printf "blah"}"