Tag

log tracing

0 views collected around this technical thread.

Sanyou's Java Diary
Sanyou's Java Diary
Feb 17, 2025 · Operations

How Visualized Full‑Link Log Tracing Boosts Business Debugging Efficiency

This article introduces a visualized full‑link log tracing solution that organizes and dynamically links business logs by leveraging DSL definitions, distributed parameter propagation, and a tree‑structured storage model, enabling fast, end‑to‑end issue localization in complex microservice systems such as the Dazhong Dianping content platform.

Big DataDistributed Systemslog tracing
0 likes · 25 min read
How Visualized Full‑Link Log Tracing Boosts Business Debugging Efficiency
Sanyou's Java Diary
Sanyou's Java Diary
Jun 24, 2024 · Operations

How Visualized Full‑Chain Log Tracing Transforms Complex Business Systems

This article explains a new visualized full‑chain log tracing solution that organizes business logs by logical flow, dynamically links them during execution, and provides a visual, searchable view of the entire business process, dramatically improving issue localization in large‑scale distributed systems.

Distributed SystemsOperationsbackend
0 likes · 26 min read
How Visualized Full‑Chain Log Tracing Transforms Complex Business Systems
Selected Java Interview Questions
Selected Java Interview Questions
Jun 4, 2024 · Backend Development

Implementing Lightweight Log Traceability with MDC in Java Microservices

This article explains how to use Log4j's Mapped Diagnostic Context (MDC) to generate, propagate, and record a traceId across micro‑service calls, providing a low‑cost, non‑intrusive solution for full‑stack log tracing and debugging.

JavaMDCTraceId
0 likes · 13 min read
Implementing Lightweight Log Traceability with MDC in Java Microservices
Sanyou's Java Diary
Sanyou's Java Diary
Dec 15, 2022 · Backend Development

How TLog Enables Zero‑Intrusion Log Tracing for Microservices

This article introduces TLog, a lightweight, near‑zero‑intrusion log tracing framework for microservices that automatically tags logs with traceId and other context, explains its core principles, integration steps, supported adapters for various frameworks, and best‑practice usage scenarios.

Distributed TracingJavaSpring Boot
0 likes · 14 min read
How TLog Enables Zero‑Intrusion Log Tracing for Microservices
Java Architect Essentials
Java Architect Essentials
Feb 16, 2021 · Backend Development

Introducing TLog: Lightweight Log Tagging for Microservice Tracing in Spring Boot

TLog provides a non‑intrusive, zero‑storage solution for tracing logs across microservices by automatically tagging log entries with a TraceId, supporting major Java logging frameworks and RPC libraries, and can be integrated into a Spring Boot project in just a few minutes.

Distributed TracingJavaSpring Boot
0 likes · 8 min read
Introducing TLog: Lightweight Log Tagging for Microservice Tracing in Spring Boot