Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
update the logger tag (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofrobots authored Feb 7, 2017
1 parent 72d8052 commit 683448c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agent/debuglet.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function Debuglet(debug, config) {
/** @private {common.logger} */
this.logger_ = new common.logger({
level: common.logger.LEVELS[this.config_.logLevel],
tag: '@google-cloud/debug'
tag: pjson.name
});

/** @private {DebugletApi} */
Expand Down

0 comments on commit 683448c

Please sign in to comment.