Skip to content

Commit

Permalink
logger info goes back to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jianmingtu committed Feb 14, 2024
1 parent 499336a commit d3d6f74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public class AutoConfiguration {

public AutoConfiguration(SftpInputProperties sftpInputProperties) {
this.properties = sftpInputProperties;
logger.info("SFTP Configuration: Host => [{}]", this.properties.getHost());
logger.debug("SFTP Configuration: Host => [{}]", this.properties.getHost());
logger.debug("SFTP Configuration: Port => [{}]", this.properties.getPort());
logger.debug("SFTP Configuration: Username => [{}]", this.properties.getUsername());
logger.debug("SFTP Configuration: Remote Directory => [{}]", this.properties.getRemoteDirectory());
Expand Down

0 comments on commit d3d6f74

Please sign in to comment.