zx331789

Results 3 issues of zx331789

![logger](https://github.com/node-pinus/pinus/assets/12254781/aabb5e34-5b34-4a31-937f-fae7dadd085b) 这个地方可以优化一下,每次打印对象都不显示里面的字段

我出现这个问题调试了一天,结果是端口被占用,其他进程占用了端口并没看到提示或报错,只有当使用rpc调用时会出现rpc超时错误

The `util.isFunction` API is deprecated. Please use `typeof arg === "function"` instead. 在 application.ts:357 行处使用了 util.isFunction ,