Skip to content

Commit 571f252

Browse files
committed
Clean up
1 parent 90903ba commit 571f252

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/logging/logback/GraylogExtendedLogFormatStructuredLogFormatter.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ class GraylogExtendedLogFormatStructuredLogFormatter extends JsonWriterStructure
7272
*/
7373
private static final String DEFAULT_FULL_MESSAGE_WITH_THROWABLE_FORMAT = "%s%n%n%s";
7474

75-
/**
76-
* Default value for application name if {@code spring.application.name} is not set.
77-
*/
78-
private static final String DEFAULT_APPLICATION_NAME = "unknown_service";
79-
8075
private static final PairExtractor<KeyValuePair> keyValuePairExtractor = PairExtractor
8176
.of((pair) -> makeAdditionalFieldName(pair.key), (pair) -> pair.value);
8277

0 commit comments

Comments
 (0)