About 859,000 results
Open links in new tab
  1. Spring Boot Admin with log viewer - Chiru's

    Dec 11, 2019 · In the previous post, we have setup the admin server and we are able to monitor a simple spring boot application. in this post, we add the logfile viewer where the log file is exposed through the actuator. Before we see the logs we will see …

  2. How to show the contents of log file in browser screen using Spring ...

    Mar 7, 2019 · One way to expose the logs from a Spring Boot application in the browser is by using the built-in Actuator endpoints. Actuator is a tool that provides production-ready features to help you monitor and manage your Spring Boot application.

  3. Simple logfile viewer as spring boot actuator endpoint

    Simple logfile viewer as spring boot actuator endpoint. ##Features. allow quick access to spring-boot web application logfiles; uses actuator framework to provide management endpoint; list log folder content; view individual logfiles; view content of log archives (*.zip, *.tar.gz) browse subdirectories; search in (non-compressed) files in ...

  4. Logging :: Spring Boot

    By default, Spring Boot logs only to the console and does not write log files. If you want to write log files in addition to the console output, you need to set a logging.file.name or logging.file.path property (for example, in your application.properties ).

  5. log-viewer/_docs/embedded-spring-boot.md at master - GitHub

    LogViewer can be added to existing Spring Boot application as a library. The library provides the log-viewer servlet. You can map the servlet to any URL and it will show logs.

  6. Spring Boot Admin

    Jan 20, 2023 · Spring Boot Admin is a monitoring tool that aims to visualize information provided by Spring Boot Actuators in a nice and accessible way. It consists of two major parts: A server that provides a user interface to display and interact with Spring Boot Actuators.

  7. Spring Beans Visualized: View Your Beans at Runtime - GitHub

    Simple graph view on SpringFramework beans reported by Spring Boot Actuator beans endpoint. Shows in web-browser active beans and dependencies between them. Provides ability to filter and highlight beans.

  8. Monitoring and Logging in Spring Boot - GeeksforGeeks

    Feb 5, 2024 · Logging in Spring Boot plays a vital role in Spring Boot applications for recording information, actions, and events within the app. It is also used for monitoring the performance of an application, understanding the behavior of the …

  9. Unlocking observability: Structured logging in Spring Boot

    Mar 26, 2024 · In this article, we will go through a step-by-step process to make Spring Boot application logs queryable, contextual and analyzable.

  10. Spring Boot Admin Reference Guide

    Feb 16, 2019 · codecentric’s Spring Boot Admin is a community project to manage and monitor your Spring Boot ® applications. The applications register with our Spring Boot Admin Client (via HTTP) or are discovered using Spring Cloud ® (e.g. Eureka, Consul).

  11. Some results have been removed
Refresh