2
0
mirror of https://github.com/danielsogl/awesome-cordova-plugins.git synced 2025-03-03 07:56:20 +08:00
awesome-cordova-plugins/scripts/docs/configs/log.js

4 lines
103 B
JavaScript
Raw Normal View History

2017-03-24 10:07:59 +08:00
module.exports = function(log) {
log.level = 'error'; //'silly', 'debug', 'info', 'warn', 'error'
};