Tag

TLog

1 views collected around this technical thread.

Architect's Guide
Architect's Guide
Nov 8, 2023 · Backend Development

Introduction to TLog: Enterprise‑Level Microservice Log Tracing and Integration Guide

This article introduces TLog, a zero‑intrusion Java logging library that adds globally unique trace IDs, SpanId and upstream/downstream tags to microservice logs, outlines its key features, multiple integration modes, configuration examples for Log4j and async logging, and shows how to use it with Spring Boot, Spring Native and task frameworks like XXL‑JOB.

Distributed TracingJavaSpringBoot
0 likes · 8 min read
Introduction to TLog: Enterprise‑Level Microservice Log Tracing and Integration Guide
Code Ape Tech Column
Code Ape Tech Column
May 30, 2023 · Backend Development

TLog: A Lightweight Log Tracing Framework for Java Microservices

TLog is a near‑zero‑intrusion logging framework that automatically tags logs with traceId and other context information, enabling fast end‑to‑end request tracing across microservices, supporting various integration methods, async threads, RPC, HTTP clients, gateways, MQ, and common task schedulers.

JavaSpring BootTLog
0 likes · 12 min read
TLog: A Lightweight Log Tracing Framework for 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
Architect's Tech Stack
Architect's Tech Stack
Mar 2, 2021 · Backend Development

TLog: Lightweight Log Tagging for Microservice Traceability and Quick Integration

TLog provides a non‑intrusive, storage‑free solution for microservice log tracing by automatically tagging logs with a TraceId that propagates across services, supporting major logging and RPC frameworks and enabling rapid integration with Spring Boot in about ten minutes.

JavaSpring BootTLog
0 likes · 7 min read
TLog: Lightweight Log Tagging for Microservice Traceability and Quick Integration
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