We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b5f164 commit daf0619Copy full SHA for daf0619
lib/bunyan-stackdriver.js
@@ -60,7 +60,7 @@ function BunyanStackDriver(options, error) {
60
61
// If not provided, gcloud will attempt automatic auth.
62
if (options.keyFilename) {
63
- gopts.keyFilename = options.authJSON;
+ gopts.keyFilename = options.keyFilename;
64
}
65
66
var loggingClient = logging(gopts);
0 commit comments