tannaga commented on issue #4966: logback.xml is not honored
URL: 
https://github.com/apache/incubator-pinot/issues/4966#issuecomment-572244896
 
 
   I resolved this.  Dropwizard logging overloads other configuration.
   I am able to control it in `config/detector.yml` and `config/dashboard.yml`
   Ex:
   ```
   logging:
     level: INFO
     loggers:
       org.hibernate.engine.internal: WARN
       org.apache.pinot.thirdeye: DEBUG
   ```
   May be adding a note in the logback.xml  would surely help first time 
developers

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to