cgivre commented on code in PR #2558:
URL: https://github.com/apache/drill/pull/2558#discussion_r879554968
##########
exec/java-exec/src/main/java/org/apache/drill/exec/store/security/vault/VaultCredentialsProvider.java:
##########
@@ -37,9 +40,11 @@
*/
public class VaultCredentialsProvider implements CredentialsProvider {
+ private static final Logger LOGGER =
LoggerFactory.getLogger(VaultCredentialsProvider.class);
Review Comment:
Nit: There seems to be a Drill convention to call the logger `logger` in
all lower case.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]