feat: Add optional http logging in production (#2183)
* feat: Add optional http logging in production closes #2174 * Update app.js
This commit is contained in:
19
yarn.lock
19
yarn.lock
@@ -3401,12 +3401,7 @@ busboy@^0.2.11:
|
||||
dicer "0.2.5"
|
||||
readable-stream "1.1.x"
|
||||
|
||||
bytes@1:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/bytes/-/bytes-1.0.0.tgz#3569ede8ba34315fab99c3e92cb04c7220de1fa8"
|
||||
integrity sha1-NWnt6Lo0MV+rmcPpLLBMciDeH6g=
|
||||
|
||||
bytes@3.1.0:
|
||||
bytes@3.1.0, bytes@^3.1.0:
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6"
|
||||
integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==
|
||||
@@ -8062,13 +8057,13 @@ koa-jwt@^3.6.0:
|
||||
koa-unless "1.0.7"
|
||||
p-any "1.1.0"
|
||||
|
||||
koa-logger@^2.0.1:
|
||||
version "2.0.1"
|
||||
resolved "https://registry.yarnpkg.com/koa-logger/-/koa-logger-2.0.1.tgz#3ee42f457c40fb4d4a19a131c8022504b5b232b8"
|
||||
integrity sha1-PuQvRXxA+01KGaExyAIlBLWyMrg=
|
||||
koa-logger@^3.2.1:
|
||||
version "3.2.1"
|
||||
resolved "https://registry.yarnpkg.com/koa-logger/-/koa-logger-3.2.1.tgz#ab9db879526db3837cc9ce4fd983c025b1689f22"
|
||||
integrity sha512-MjlznhLLKy9+kG8nAXKJLM0/ClsQp/Or2vI3a5rbSQmgl8IJBQO0KI5FA70BvW+hqjtxjp49SpH2E7okS6NmHg==
|
||||
dependencies:
|
||||
bytes "1"
|
||||
chalk "^1.1.3"
|
||||
bytes "^3.1.0"
|
||||
chalk "^2.4.2"
|
||||
humanize-number "0.0.2"
|
||||
passthrough-counter "^1.0.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user