Closed ElectroBoy404NotFound closed 2 years ago
@ElectroBoy404NotFound can you please elaborate why you think this is an improvement to change the log level here to
INFO
when opening/closing the i2c bus?
I just think that it makes more sense. If you want, you can only merge the README changes.
I mean, its just an line to tell the user that we are opening/closing the i2c bus, so it made more sense for me.
Also, nice project you have over here!
I mean, its just an line to tell the user that we are opening/closing the i2c bus, so it made more sense for me.
True, but some people prefer their log uncluttered with debug messages. But if you wanna see that message you can simply change the log level for the corresponding logger in your app to DEBUG
.
I mean, its just an line to tell the user that we are opening/closing the i2c bus, so it made more sense for me.
True, but some people prefer their log uncluttered with debug messages. But if you wanna see that message you can simply change the log level for the corresponding logger in your app to
DEBUG
.
Ahhh yes, i completly forgot about DEBUG.. Let me change that
Also i'm updating it becuase i want my own copy even if you don't merge this pull.
Should i close this pull?
I incorporated your changes of the README.md to now not mention any specific IDE, but instead simply highlight how to build it using maven. I think every decent developer should be able to figure out how to open the project in their favorite IDE.
Thanks for your contribution :)
Closing this pull request now.
@entrusc entrusc
I incorporated your changes of the README.md to now not mention any specific IDE, but instead simply highlight how to build it using maven. I think every decent developer should be able to figure out how to open the project in their favorite IDE.
Thanks for your contribution :)
Closing this pull request now.
Oh, thanks!
@ElectroBoy404NotFound can you please elaborate why you think this is an improvement to change the log level here to
INFO
when opening/closing the i2c bus?