You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2020/08/20 02:55:04 UTC

[GitHub] [incubator-iotdb] ope-nz opened a new issue #1636: Logging level issue with Jetty

ope-nz opened a new issue #1636:
URL: https://github.com/apache/incubator-iotdb/issues/1636


   **Describe the bug**
   I have an existing project that uses Jetty. When I include the iotdb JDBC library (and dependencies) to my existing project the logging level for Jetty appears to be changed and I get additional logging occuring. This is even without initializing the iotdb JDBC library.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Open an existring project that uses Jetty
   2. Add iotdb JDBC library (and dependencies) 
   3. Run the project
   4. See additional logging occuring
   
   **Expected behavior**
   The logging behaviour shouldnt be altered
   
   Without iotdb JDBC 
   
   ![image](https://user-images.githubusercontent.com/26259049/90711465-e891fa80-e2f4-11ea-9e6b-56970a669d47.png)
   
   With iotdb JDBC
   
   ![image](https://user-images.githubusercontent.com/26259049/90711490-fd6e8e00-e2f4-11ea-980c-59e1708b716c.png)
   
   
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-iotdb] ope-nz commented on issue #1636: Logging level issue with Jetty

Posted by GitBox <gi...@apache.org>.
ope-nz commented on issue #1636:
URL: https://github.com/apache/incubator-iotdb/issues/1636#issuecomment-676914299


   Actually sorry, it appears to be the way I combined the dependencies that is causing it. Please ignore this.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-iotdb] jixuan1989 commented on issue #1636: Logging level issue with Jetty

Posted by GitBox <gi...@apache.org>.
jixuan1989 commented on issue #1636:
URL: https://github.com/apache/incubator-iotdb/issues/1636#issuecomment-676917093


   Thanks. I think the JDBC module has no dependencies related with Jetty.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-iotdb] ope-nz closed issue #1636: Logging level issue with Jetty

Posted by GitBox <gi...@apache.org>.
ope-nz closed issue #1636:
URL: https://github.com/apache/incubator-iotdb/issues/1636


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-iotdb] ope-nz commented on issue #1636: Logging level issue with Jetty

Posted by GitBox <gi...@apache.org>.
ope-nz commented on issue #1636:
URL: https://github.com/apache/incubator-iotdb/issues/1636#issuecomment-676948678


   I just checked and I think its something to do with slf4j or logback.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-iotdb] ope-nz commented on issue #1636: Logging level issue with Jetty

Posted by GitBox <gi...@apache.org>.
ope-nz commented on issue #1636:
URL: https://github.com/apache/incubator-iotdb/issues/1636#issuecomment-676960466


   Yes, I can confirm its slf4j (from https://www.eclipse.org/jetty/documentation/current/configuring-logging.html)
   
   **_If the class org.slf4j.Logger exists in server classpath, the Jetty implementation becomes org.eclipse.jetty.util.log.Slf4jLog._**


----------------------------------------------------------------
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:
users@infra.apache.org