zlog: Secure logger in Go to prevent output of sensitive/secret values

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. zlog

    Discontinued Secure logger in Go to avoid output sensitive data in log

    TL; DR I created Go logger zlog that prevent outputting secret values to the log. https://github.com/m-mizutani/zlog

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. blouson

    Filter tools to mask sensitive log data for rails

    One tool that addresses this issue is an OSS called blouson. It has a function to hide the values of field names with secure_ prefix in Ruby on Rails and the corresponding values from SQL statements included in Exceptions. Since I have been developing exclusively in Go recently, I wanted to use a tool with a similar function in Go.

  4. zap

    Blazing fast, structured, leveled logging in Go.

    Some famous existing libraries that support structured logging are zap, logrus, zerolog, but none of them implement such a function to hide the secret value.

  5. logrus

    Structured, pluggable logging for Go.

    Some famous existing libraries that support structured logging are zap, logrus, zerolog, but none of them implement such a function to hide the secret value.

  6. noodlog

    🍜 Parametrized JSON logging library in Golang which lets you obfuscate sensitive data and marshal any kind of content.

    For example, github.com/gyozatech/noodlog provides a similar function, but it assumes conversion to JSON, and type information is lost in the output stage. Since zlog basically performs hiding while preserving the types, you can freely choose the format of the final output.

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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-coffeeshop - A practical coffee shop application event-driven microservices built with Golang

    5 projects | /r/golang | 30 Nov 2022
  • My opinionated way to write and test a go http server

    3 projects | dev.to | 4 May 2021
  • Show HN: FlowG v0.32.0, Added support for OpenTelemetry logs collection

    1 project | news.ycombinator.com | 19 Apr 2025
  • Tell HN: I asked an AI to generate a logo, it gave me the finger

    1 project | news.ycombinator.com | 6 Apr 2025
  • Supercharging Your Observability: Integrating Logrus with Grafana Loki

    2 projects | dev.to | 3 Apr 2025

Did you know that Go is
the 4th most popular programming language
based on number of references?