mirror of https://github.com/grpc/grpc-node.git
Minor change to common.js
This commit is contained in:
parent
227e336e63
commit
7cb9ec1092
|
@ -164,9 +164,9 @@ exports.getProtobufServiceAttrs = function getProtobufServiceAttrs(service,
|
||||||
exports.logger = console;
|
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
|
* Log a message if the severity is at least as high as the current verbosity
|
||||||
|
|
Loading…
Reference in New Issue