Best of LoggingMarch 2024

  1. 1
    Article
    Avatar of nuxt_sourceNuxt·2y

    Nuxt 3.11 · Nuxt Blog

    Nuxt 3.11 has been released with better logging, preview mode, server pages, cache-busting payloads, middleware route rules, a new clear data fetching utility, support for teleports, loading indicator and transition controls, server- and client-only pages, server component improvements, performance improvements, public assets handling, chunk naming changes, type fixes, and more.

  2. 2
    Article
    Avatar of codemazeCode Maze·2y

    Best Practices for Logging With Serilog

    Learn about best practices for logging in .NET with Serilog, including avoiding the static Logger class, configuring Serilog from appsettings.json, and using built-in event log enrichers.

  3. 3
    Article
    Avatar of awsplainenglishAWS in Plain English·2y

    Monitoring and Observability EXPLAINED

    Learn about the importance of monitoring and observability in managing and deploying applications, and how tools like Prometheus and Grafana can help. Understand the concepts of logging, metrics, and traces in observability.

  4. 4
    Article
    Avatar of baeldungBaeldung·2y

    Logging in Spring Boot With Loki

    This post explains how to set up logging with Grafana Loki for a Spring Boot application. It covers configuring Loki with Spring Boot, running Loki and Grafana services using Docker containers, and verifying the setup through test verification and log aggregation with Grafana.