awesome-cordova-plugins/scripts/docs/dgeni/configs/log.js
2017-12-28 07:28:44 -05:00

4 lines
103 B
JavaScript

module.exports = function(log) {
log.level = 'error'; //'silly', 'debug', 'info', 'warn', 'error'
};