SQL Datasource Connector - Log level

Hi guys,

Is this possible to change the Log Level for the SQL Datasource connector ?
I think in the code it might write INFO messages (Request and Results …)

1- Should I make a product update request for it to be set to DEBUG ?
2- If let to INFO, is it possible to change the Logging config for this connector Specifically :
2a - in the Studio ?
2b - on the Server once deployed ?

Thank you for your answers :slight_smile:
Pierre

Example :

https://github.com/bonitasoft/bonita-connector-database/blob/master/bonita-connector-database-datasource-impl/src/main/java/org/bonitasoft/connectors/database/datasource/DatasourceConnector.java

The JDBC connector logs more infos I think :slight_smile:

Hello - feel free to open a Pull Request on the associated project, for exemple the Connector Database .