4.0.0
    spring-boot-logging-log4j2
    spring-boot-logging-log4j2
    jar
    Demo project for Spring Boot Logging with Log4J2
    
        com.baeldung.spring-boot-modules
        spring-boot-modules
        1.0.0-SNAPSHOT
    
    
        
            org.springframework.boot
            spring-boot-starter-web
            
                
                    org.springframework.boot
                    spring-boot-starter-logging
                
            
        
        
            org.springframework.boot
            spring-boot-starter-test
        
        
            org.springframework.boot
            spring-boot-starter-log4j2
        
        
            org.apache.logging.log4j
            log4j-spring-boot
        
        
            org.projectlombok
            lombok
            provided
        
        
            org.graylog2
            gelfj
            ${gelfj.version}
            compile
        
    
    
        
            
                org.apache.maven.plugins
                maven-surefire-plugin
                
                    3
                    true
                    
                        **/*IntegrationTest.java
                        **/*IntTest.java
                        **/*ManualTest.java
                        **/*LiveTest.java
                    
                
            
        
    
    
        com.baeldung.springbootlogging.SpringBootLoggingApplication
        1.1.16