1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00

Upgrade Log4JS (#274)

This commit is contained in:
Simen Bekkhus 2017-11-11 11:13:34 +01:00 committed by GitHub
parent 90560deac4
commit b29eada37f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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