一、该问题的重现步骤是什么?
1. 我的线上环境的/root/logs/csp生成了很多日志,sentinel-record.log,command-center.log等等,请问这些日志的路径是在哪配置的
2.
3.
二、你期待的结果是什么?实际看到的又是什么?
线上日志的路径在哪配置的
三、你正在使用的是什么产品,什么版本?在什么操作系统上?
bladex 商业版 liunx
四、请提供详细的错误堆栈信息,这很重要。
五、若有更多详细信息,请在下面提供。
有两种办法:
1. 下载sentinel源码,找到application.properties,修改logging.file配置,比如 logging.file=/usr/log/sentinel-dashboard.log。修改好后重新打包成jar进行启动
2. 在启动命令行加上日志配置
java -Dlogging.file=/usr/log/sentinel-dashboard.log -Dcsp.sentinel.log.dir=/log/ -Dserver.port=8718 -Dcsp.sentinel.dashboard.server=localhost:8718 -Dproject.name=sentinel-dashboard -Dcsp.sentinel.api.port=8719 -jar sentinel-dashboard-1.0.0.jar
扫一扫访问 Blade技术社区 移动端