reduce log spam

This commit is contained in:
peter
2020-09-15 20:29:52 +02:00
parent c2576180c7
commit eb58ffc013
4 changed files with 6 additions and 6 deletions
+3 -1
View File
@@ -125,7 +125,9 @@ export class FrontworkAdmin
}
], {
errorHandler: (sock, err, rpc, args) => {
console.log(rpc, err);
console.log("RPC", rpc)
console.log("ERR", err)
console.log("ARGS", args)
}
})
.attach(httpServer)