Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 934 Bytes

File metadata and controls

21 lines (18 loc) · 934 Bytes

BookManager-LOG4J_Implemented-on-SpingBoot This project is a demonstration of integrating Log4j into a Spring Boot application for effective logging and monitoring.

Features Utilizes Log4j for logging functionality Demonstrates various logging levels, appenders, and layouts Provides customizable logging configuration Includes examples of logging in different parts of a Spring Boot application Getting Started To run this project locally, follow these steps:

Clone this repository to your local machine. Navigate to the project directory. Build the project using Maven: mvn clean install. Run the Spring Boot application: mvn spring-boot:run. Access the application in your web browser at http://localhost:8080. Usage Use the provided API endpoints to interact with the application. Explore the logging configuration in the log4j2.xml file. Experiment with different logging levels and configurations to understand their impact.