Skip to content

Commit d816780

Browse files
quaffsnicoll
authored andcommitted
Restore System property in Logging section of the reference documentation
Before this commit, it is rendered as an unexpected link with simple class name, it should be full qualified class name. See gh-43341
1 parent 2f0593f commit d816780

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/logging.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ logging:
287287

288288
The various logging systems can be activated by including the appropriate libraries on the classpath and can be further customized by providing a suitable configuration file in the root of the classpath or in a location specified by the following Spring javadoc:org.springframework.core.env.Environment[] property: configprop:logging.config[].
289289

290-
You can force Spring Boot to use a particular logging system by using the javadoc:org.springframework.boot.logging.LoggingSystem[] system property.
290+
You can force Spring Boot to use a particular logging system by using the `org.springframework.boot.logging.LoggingSystem` system property.
291291
The value should be the fully qualified class name of a javadoc:org.springframework.boot.logging.LoggingSystem[] implementation.
292292
You can also disable Spring Boot's logging configuration entirely by using a value of `none`.
293293

0 commit comments

Comments
 (0)