Spring Boot Admin 2.2.1 发布,修复集群日志问题

栏目: 软件资讯 · 发布时间: 5年前

内容简介:maven 依赖坐标 <dependency> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-starter-server</artifactId> <version>2.2.1</version> </dependency> <dependency> <groupId>de.c...

maven 依赖坐标

<dependency>
	<groupId>de.codecentric</groupId>
	<artifactId>spring-boot-admin-starter-server</artifactId>
	<version>2.2.1</version>
</dependency>
<dependency>
	<groupId>de.codecentric</groupId>
	<artifactId>spring-boot-admin-starter-client</artifactId>
	<version>2.2.1</version>
</dependency>

国际化语言新增 俄语

Spring Boot Admin 2.2.1 发布,修复集群日志问题

新语言的国际化,可以完全参考这次 pull request 实现

解决服务实例设置日志级别功能失效

Spring Boot Admin 2.2.1 发布,修复集群日志问题

支持统一管理服务实例的日志级别,比如 upms启动多个实例,则此处设置会影响全部的服务实例

ps: 此功能是 2.2.0 支持,2.2.0 会出现 bug, 参见下图

Request failed with status code 406

Spring Boot Admin 2.2.1 发布,修复集群日志问题

主要是取服务日志级别 Accept 设置错误

async fetchLoggers() {
    const responses = convertBody(
      (await this.axios.get(uri`actuator/loggers`, {headers: {'Accept': actuatorMimeTypes}})).data
      (await this.axios.get(uri`actuator/loggers`, {headers: {'Accept': actuatorMimeTypes.join(',')}})).data
    );
}

以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Dive Into Python 3

Dive Into Python 3

Mark Pilgrim / Apress / 2009-11-6 / USD 44.99

Mark Pilgrim's Dive Into Python 3 is a hands-on guide to Python 3 (the latest version of the Python language) and its differences from Python 2. As in the original book, Dive Into Python, each chapter......一起来看看 《Dive Into Python 3》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具