Browse Source

Merge branch '3.4.x'

Closes gh-44485
pull/44489/head
Moritz Halbritter 11 months ago
parent
commit
d89b679ecd
  1. 4
      spring-boot-project/spring-boot/src/main/java/org/springframework/boot/logging/structured/CommonStructuredLogFormat.java

4
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/logging/structured/CommonStructuredLogFormat.java

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2024 the original author or authors. * Copyright 2012-2025 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -26,7 +26,7 @@ package org.springframework.boot.logging.structured;
public enum CommonStructuredLogFormat { public enum CommonStructuredLogFormat {
/** /**
* <a href="https://www.elastic.co/guide/en/ecs/current/ecs-log.html">Elasic Common * <a href="https://www.elastic.co/guide/en/ecs/current/ecs-log.html">Elastic Common
* Schema</a> (ECS) log format. * Schema</a> (ECS) log format.
*/ */
ELASTIC_COMMON_SCHEMA("ecs"), ELASTIC_COMMON_SCHEMA("ecs"),

Loading…
Cancel
Save