Should we be sanitizing log messages?

This page summarizes the projects mentioned and recommended in the original post on /r/golang

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • zap

    Blazing fast, structured, leveled logging in Go.

    An easy thing is to use something like https://github.com/uber-go/zap for logging, and make all your log output be JSON, so there's no worry about evil strings containing \n or such.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • yaegi

    Yaegi is Another Elegant Go Interpreter

  • Apache Log4j 2

    Apache Log4j 2 is a versatile, feature-rich, efficient logging API and backend for Java.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Go 1.21 Released

    7 projects | news.ycombinator.com | 8 Aug 2023
  • slogx - slog package extensions and middlewares

    3 projects | /r/golang | 1 May 2023
  • What is the common log library which is industry standard that is used in server applications?

    5 projects | /r/golang | 21 Mar 2023
  • Advice for writing enterprise-level API in Go?

    8 projects | /r/learngolang | 18 Dec 2021
  • My opinionated way to write and test a go http server

    3 projects | dev.to | 4 May 2021