buff292kks
buff292kks

Reputation: 1

Log levels are not applied in sub packages

 logging:
  config: classpath:log4j2-prd.xml
  level:
    root: error
    com.A.B: error
    com.A.B.C2: info 
    jdbc.sqlonly: error
    jdbc.resultsettable: error
    org.springframework.data.redis: error
    org.springframework.web: error
    com.zaxxer.hikari.HikariDataSource: error
    com.zaxxer.hikari.HikariConfig: error
    com.zaxxer.hikari: error 

how to print info log

Upvotes: 0

Views: 136

Answers (0)

Related Questions