jt2594838 commented on a change in pull request #33: Fix sonar problems
URL: https://github.com/apache/incubator-iotdb/pull/33#discussion_r251219892
##########
File path:
iotdb/src/main/java/org/apache/iotdb/db/auth/authorizer/BasicAuthorizer.java
##########
@@ -238,6 +240,7 @@ public void start() throws StartupException {
try {
init();
} catch (AuthException e) {
+ logger.error(e.getMessage());
Review comment:
Agreed, and the stack trace is important for debugging
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services