Skip to content

Commit

Permalink
Set Connection details logging to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
switschel committed Jul 24, 2024
1 parent 261dae2 commit ff85e78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public ResponseEntity<HttpStatus> createConnectorConfiguration(
@RequestMapping(value = "/configuration/connector/instances", method = RequestMethod.GET, produces = MediaType.APPLICATION_JSON_VALUE)
public ResponseEntity<List<ConnectorConfiguration>> getConnectionConfigurations() {
String tenant = contextService.getContext().getTenant();
log.info("Tenant {} - Get connection details", tenant);
log.debug("Tenant {} - Get connection details", tenant);

try {
List<ConnectorConfiguration> configurations = connectorConfigurationComponent
Expand Down

0 comments on commit ff85e78

Please sign in to comment.