4.0.0
    spring-boot-logging-log4j2
    jar
	spring-boot-logging-log4j2
    Demo project for Spring Boot Logging with Log4J2
	
	
    
        spring-boot-starter-parent
        org.springframework.boot
        2.0.5.RELEASE
    
    
        
            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.springframework.boot
            spring-boot-starter-log4j
            1.3.8.RELEASE
        
        
            org.graylog2
            gelfj
            1.1.16
            compile
        
    
    
    
		
			
				org.apache.maven.plugins
				maven-surefire-plugin
				
					3
					true
					
						**/*IntegrationTest.java
						**/*IntTest.java
						**/*ManualTest.java
						**/*LiveTest.java
					
				
			
    	
    
    
    
        com.baeldung.springbootlogging.SpringBootLoggingApplication