💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 一、远程连接错误日志获取 激活`org.apache.activemq.artemis.core.protocol.core.impl.RemotingConnectionImpl`的跟踪; 修改配置文件/etc/logging.properties: 首先、增加logger配置; ``` loggers=......,org.apache.activemq.artemis.core.protocol.core.impl.RemotingConnectionImpl ``` ![](https://img.kancloud.cn/9b/df/9bdf89288a1ed1e5a3c276ef0f1d4715_1059x75.png) 然后、新增日志级别配置; ``` logger.org.apache.activemq.artemis.core.protocol.core.impl.RemotingConnectionImpl.level=TRACE ``` ![](https://img.kancloud.cn/11/c4/11c4a6ed772572b9fdae28dfb82016e5_1054x120.png) 最后、更handler的level,以允许跟踪日志显示; ``` handler.CONSOLE.level=TRACE ``` 可以设置: ``` logger.level=TRACE ``` 然后stop,再start,即可在日志中看到了;