Compare commits

..

No commits in common. "master" and "v2.0.5" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ export function run(http, orgPort, ctx) {
finishedRequest = true
var requestTime = new Date().getTime() - d1
let level = 'info'
let level = 'debug'
if (res.statusCode >= 400) {
level = 'warn'
}

View file

@ -1,6 +1,6 @@
{
"name": "sc-helloworld",
"version": "2.0.6",
"version": "2.0.5",
"description": "Hello World app for service core",
"main": "index.js",
"scripts": {