springbootadmin日志显示问题求解,谢谢
鱿鱼ing 2021-01-18 09:48:52 日志路径已配置和logback.xml里一致,ui界面却交替报错
1、获取日志文件失败。
Request failed with status code 416
2、获取日志文件失败。
Cannot read property 'split' of undefined
定位到页面那一行
else if (response.status === 206) {
size = parseInt(response.headers['content-range'].split('/')[1]);
求解,谢谢