Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
8f3faed11f | |||
95e94b38cc |
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ export function run(http, orgPort, ctx) {
|
||||||
finishedRequest = true
|
finishedRequest = true
|
||||||
var requestTime = new Date().getTime() - d1
|
var requestTime = new Date().getTime() - d1
|
||||||
|
|
||||||
let level = 'debug'
|
let level = 'info'
|
||||||
if (res.statusCode >= 400) {
|
if (res.statusCode >= 400) {
|
||||||
level = 'warn'
|
level = 'warn'
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "sc-helloworld",
|
"name": "sc-helloworld",
|
||||||
"version": "2.0.5",
|
"version": "2.0.6",
|
||||||
"description": "Hello World app for service core",
|
"description": "Hello World app for service core",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue