Skip to content

Commit 673a39a

Browse files
committed
Merge pull request #34220 from 1993heqiang
* pr/34220: Update logger to use GracefulShutdown.class Closes gh-34220
2 parents 891dc91 + 277784b commit 673a39a

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/jetty

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/jetty/GracefulShutdown.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2021 the original author or authors.
2+
* Copyright 2012-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -39,7 +39,7 @@
3939
*/
4040
final class GracefulShutdown {
4141

42-
private static final Log logger = LogFactory.getLog(JettyWebServer.class);
42+
private static final Log logger = LogFactory.getLog(GracefulShutdown.class);
4343

4444
private final Server server;
4545

0 commit comments

Comments
 (0)