You can set the reconnection interval in the corresponding adapter settings in config.toml, refer to the adapter configuration for details
For error logs, they are more often discovered in a production environment, so it is recommended to check the .log files in the logs folder in production
In the upcoming Rust refactoring, there will be some adjustments to log rendering
当websocket连接连接失败时会在日志打印的错误信息内容较多。而ws重试的时间间隔相当短,这可能导致短时间内会产生大量不必要的日志信息。是否可以通过对常见错误输出的信息进行预处理(比如减少异常堆栈信息,增加解决建议),这样也有助于快速排查问题。