now using new beautylog reduced log method
This commit is contained in:
		
							
								
								
									
										4
									
								
								dist/dockersock.classes.dockersock.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								dist/dockersock.classes.dockersock.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -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" | ||||
|   | ||||
| @@ -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(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user