now using new beautylog reduced log method

This commit is contained in:
Philipp Kunz 2016-06-17 00:28:41 +02:00
parent 0575e618f2
commit 0824d5b910
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -27,7 +27,7 @@
},
"homepage": "https://gitlab.com/pushrocks/dockersock#README",
"dependencies": {
"beautylog": "^5.0.10",
"beautylog": "^5.0.12",
"q": "^1.4.1",
"request": "^2.72.0",
"typings-global": "^1.0.3"

View File

@ -122,7 +122,7 @@ export class Dockersock {
});
requestStream.on("data",(data:Buffer) => {
let status = JSON.parse(data.toString()).status;
plugins.beautylog.log(status);
plugins.beautylog.logReduced(status);
});
requestStream.on("end",()=> {
done.resolve();