mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
log warnings by default
This commit is contained in:
parent
8a2ca0f37a
commit
f454e8ad35
@ -85,7 +85,7 @@ var LEVELS = logger.LEVELS = {
|
||||
VERBOSE: 1000
|
||||
};
|
||||
|
||||
var DEFAULT_LEVEL = LEVELS.ERROR;
|
||||
var DEFAULT_LEVEL = LEVELS.WARN;
|
||||
var logLevel = DEFAULT_LEVEL;
|
||||
|
||||
var PREFIXES = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user