feat(proxy-server): allow setting proxy log level (#3989)

This commit is contained in:
Erez Rokah
2020-07-06 18:50:39 +03:00
committed by GitHub
parent 2da824bf71
commit 3e0d0886d9
10 changed files with 226 additions and 37 deletions

View File

@ -28,7 +28,8 @@
"express": "^4.17.1",
"morgan": "^1.9.1",
"simple-git": "^2.0.0",
"what-the-diff": "^0.6.0"
"what-the-diff": "^0.6.0",
"winston": "^3.3.3"
},
"devDependencies": {
"@types/cors": "^2.8.6",