Skip to content

Commit

Permalink
[velux] Reduced log level during initialization..
Browse files Browse the repository at this point in the history
Co-Authored-By: J-N-K <J-N-K@users.noreply.github.com>
Signed-off-by: Guenther Schreiner <guenther.schreiner@smile.de>
  • Loading branch information
gs4711 committed Feb 25, 2020
1 parent 72bf5a3 commit bea824b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public VeluxBinding(@Nullable VeluxBridgeConfiguration uncheckedConfiguration) {
*/
public VeluxBridgeConfiguration checked() {
logger.trace("checked() called.");
logger.info("{}Config[{}={},{}={},{}={},{}={},{}={},{}={},{}={},{}={},{}={},{}={}]",
logger.debug("{}Config[{}={},{}={},{}={},{}={},{}={},{}={},{}={},{}={},{}={},{}={}]",
VeluxBindingConstants.BINDING_ID, VeluxBridgeConfiguration.BRIDGE_PROTOCOL, protocol,
VeluxBridgeConfiguration.BRIDGE_IPADDRESS, this.ipAddress, VeluxBridgeConfiguration.BRIDGE_TCPPORT,
tcpPort, VeluxBridgeConfiguration.BRIDGE_PASSWORD, password.replaceAll(".", "*"),
Expand Down

0 comments on commit bea824b

Please sign in to comment.