1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

Upgrade Log4JS (#274)

This commit is contained in:
Simen Bekkhus 2017-11-11 11:13:34 +01:00 committed by Ivar Conradi Østhus
parent 5e28be375a
commit e5e8f3bee9
3 changed files with 611 additions and 47 deletions

View File

@ -33,9 +33,11 @@ function getDefaultLogProvider() {
}
log4js.configure({
appenders: [{ type: 'console' }],
levels: {
'[all]': level,
appenders: {
console: { type: 'console' },
},
categories: {
default: { appenders: ['console'], level },
},
});

View File

@ -69,7 +69,7 @@
"install": "^0.10.1",
"joi": "^13.0.1",
"knex": "^0.13.0",
"log4js": "^1.0.1",
"log4js": "^2.0.0",
"moment": "^2.15.2",
"parse-database-url": "^0.3.0",
"pg": "^6.4.2",

648
yarn.lock

File diff suppressed because it is too large Load Diff