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

Commit 683448c

Browse files
authored
update the logger tag (#236)
1 parent 72d8052 commit 683448c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agent/debuglet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function Debuglet(debug, config) {
119119
/** @private {common.logger} */
120120
this.logger_ = new common.logger({
121121
level: common.logger.LEVELS[this.config_.logLevel],
122-
tag: '@google-cloud/debug'
122+
tag: pjson.name
123123
});
124124

125125
/** @private {DebugletApi} */

0 commit comments

Comments
 (0)