How do you separate production code from development code? Do you manually remove logging at every release?

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • NLog

    NLog - Advanced and Structured Logging for Various .NET Platforms

  • For instance, we use NLog for our .NET projects. The nice thing there is that you use an external configuration file (nlog.config or your application's default configuration file) to configure logging. You can specify various "loggers" and "appenders", so that you can route your logs to several places, and all you have to do is change configuration between environments. You can do things like allowing for debug-level logging in DEV, and restricting it to just warning or error logging in PROD.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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