-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[openwebnet] Reduced log messages during UPnP bridge discovery #11705
Conversation
@@ -226,7 +226,7 @@ private DeviceInfo(RemoteDevice device) { | |||
} | |||
} | |||
} | |||
logger.info("Found BTicino device: not a OpenWebNet gateway or is not supported (UDN={})", idString); | |||
logger.info("Found BTicino device: not a OpenWebNet gateway or not supported (UDN={})", idString); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even this one could be rather DEBUG?
We should have the minimum of INFO logs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would find useful to tell the user via INFO message that the BTicino device that was found is NOT a gateway that can be used by this binding for integration. Therefore I would leave the level to INFO.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I let another maintainer decide.
@kaikreuzer ?
Signed-off-by: Massimo Valla <[email protected]>
f66d03a
to
dda0833
Compare
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/openwebnet-bticino-openhab3/128305/9 |
@fwolter : please have a look, if this is ok for you to leave an INFO level log, you can merge. |
…ab#11705) Signed-off-by: Massimo Valla <[email protected]> Signed-off-by: Nick Waterton <[email protected]>
…ab#11705) Signed-off-by: Massimo Valla <[email protected]> Signed-off-by: Michael Schmidt <[email protected]>
…ab#11705) Signed-off-by: Massimo Valla <[email protected]>
…ab#11705) Signed-off-by: Massimo Valla <[email protected]>
…ab#11705) Signed-off-by: Massimo Valla <[email protected]>
…ab#11705) Signed-off-by: Massimo Valla <[email protected]> Signed-off-by: Andras Uhrin <[email protected]>
Closes #11701 by changing 2 log messages to DEBUG level.