Skip to content

Commit 9d7bc0d

Browse files
authoredSep 13, 2016
Merge pull request #3 from stankud/add-credentials-opt
add credentials option
2 parents 666687e + 4bfc45f commit 9d7bc0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎lib/bunyan-stackdriver.js

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ function BunyanStackDriver(options, error) {
6262
if (options.keyFilename) {
6363
gopts.keyFilename = options.keyFilename;
6464
}
65+
if (options.credentials) {
66+
gopts.credentials = options.credentials;
67+
}
6568

6669
var loggingClient = logging(gopts);
6770

0 commit comments

Comments
 (0)
Failed to load comments.