Skip to content

Commit 4bfc45f

Browse files
committedSep 12, 2016
add credentials option
1 parent 666687e commit 4bfc45f

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.