mirror of
https://github.com/zhigang1992/now-deployment.git
synced 2026-04-05 22:38:14 +08:00
16 lines
200 B
JavaScript
16 lines
200 B
JavaScript
"use strict";
|
|
module.exports = {
|
|
log : {
|
|
strategy : 'colorConsole',
|
|
setting : {
|
|
level : 'log'
|
|
}
|
|
},
|
|
log_prd : {
|
|
strategy : 'console',
|
|
setting : {
|
|
level : 'warn'
|
|
}
|
|
}
|
|
}
|