Add log rotating to flipper-server
Summary: CHANGELOG: Rotate flipper-server logs Otherwise, they re going to eat up all space eventually in a one monstrous file Reviewed By: passy Differential Revision: D37516868 fbshipit-source-id: 478a61c56ec007e4a3d695f7e6df2a61cb33c33a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
646b9d5a5d
commit
1052384154
@@ -13,21 +13,22 @@
|
||||
"@types/express": "^4.17.13",
|
||||
"@types/http-proxy": "^1.17.8",
|
||||
"@types/node": "^17.0.31",
|
||||
"exit-hook": "^2.1.1",
|
||||
"http-proxy": "^1.18.1",
|
||||
"chalk": "^4",
|
||||
"exit-hook": "^2.1.1",
|
||||
"express": "^4.17.3",
|
||||
"file-stream-rotator": "^0.6.1",
|
||||
"flipper-common": "0.0.0",
|
||||
"flipper-pkg-lib": "0.0.0",
|
||||
"flipper-server-companion": "0.0.0",
|
||||
"flipper-server-core": "0.0.0",
|
||||
"fs-extra": "^10.1.0",
|
||||
"flipper-server-companion": "0.0.0",
|
||||
"http-proxy": "^1.18.1",
|
||||
"metro": "^0.70.2",
|
||||
"open": "^8.3.0",
|
||||
"p-filter": "^2.1.0",
|
||||
"yargs": "^17.4.1",
|
||||
"ws": "^8.5.0",
|
||||
"xdg-basedir": "^4"
|
||||
"xdg-basedir": "^4",
|
||||
"yargs": "^17.4.1"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user