aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
diff options
context:
space:
mode:
Diffstat (limited to 'src/node')
-rw-r--r--src/node/src/common.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node/src/common.js b/src/node/src/common.js
index e2d1a50df4..22159dd39f 100644
--- a/src/node/src/common.js
+++ b/src/node/src/common.js
@@ -164,9 +164,9 @@ exports.getProtobufServiceAttrs = function getProtobufServiceAttrs(service,
exports.logger = console;
/**
- * The current logging verbosity. UNSET corresponds to logging everything
+ * The current logging verbosity. 0 corresponds to logging everything
*/
-exports.logVerbosity = -1;
+exports.logVerbosity = 0;
/**
* Log a message if the severity is at least as high as the current verbosity