Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfeng-db committed Nov 30, 2023
1 parent 7f4b7a2 commit 26405f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public HeaderFactory configure(DatabricksConfig config) {
serviceAccountCredentials =
ServiceAccountCredentials.fromStream(Files.newInputStream(Paths.get(googleCredentials)));
} catch (Exception e) {
LOG.warn("Failed to read google service account file.");
LOG.warn("Failed to read google service account file." + e);
return null;
}

Expand Down

0 comments on commit 26405f5

Please sign in to comment.