server: Change log level from debug to info on normal requests
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
This commit is contained in:
parent
562ade9763
commit
95e94b38cc
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export function run(http, orgPort, ctx) {
|
|||
finishedRequest = true
|
||||
var requestTime = new Date().getTime() - d1
|
||||
|
||||
let level = 'debug'
|
||||
let level = 'info'
|
||||
if (res.statusCode >= 400) {
|
||||
level = 'warn'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue