mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-22 10:33:22 +00:00
Set "info" as default log level
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ var Book = function(root, context, parent) {
|
||||
},
|
||||
|
||||
// Log level
|
||||
logLevel: logger.LEVELS
|
||||
logLevel: "info"
|
||||
});
|
||||
|
||||
// Log
|
||||
|
||||
Reference in New Issue
Block a user