Tag

Log Level

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jan 17, 2025 · Backend Development

How to Dynamically Change Log Levels and Refresh Config in Spring Boot 3 Without Restart

This article demonstrates how to modify Spring Boot 3 log levels and refresh the application.yml configuration on the fly using Actuator endpoints and custom code, providing step‑by‑step examples, code snippets, and screenshots to help developers avoid service restarts.

ActuatorJavaLog Level
0 likes · 8 min read
How to Dynamically Change Log Levels and Refresh Config in Spring Boot 3 Without Restart
Java Architecture Diary
Java Architecture Diary
Dec 27, 2019 · Backend Development

How to Add Maven Dependencies and Fix Service Log Level Issues in Spring Boot

This article explains how to declare Maven dependencies for Spring Boot Admin, adds Russian language support for internationalization, and resolves a bug where setting the log level for service instances fails due to an incorrect Accept header.

InternationalizationLog LevelMaven
0 likes · 3 min read
How to Add Maven Dependencies and Fix Service Log Level Issues in Spring Boot