Merge branch '2.5.x'
Closes gh-28194
This commit is contained in:
@@ -162,7 +162,7 @@ As a result, specific configuration keys (such as `logback.configurationFile` fo
|
|||||||
[[features.logging.file-rotation]]
|
[[features.logging.file-rotation]]
|
||||||
=== File Rotation
|
=== File Rotation
|
||||||
If you are using the Logback, it is possible to fine-tune log rotation settings using your `application.properties` or `application.yaml` file.
|
If you are using the Logback, it is possible to fine-tune log rotation settings using your `application.properties` or `application.yaml` file.
|
||||||
For all other logging system, you will need to configure rotation settings directly yourself (for example, if you use Log4J2 then you could add a `log4j.xml` file).
|
For all other logging system, you will need to configure rotation settings directly yourself (for example, if you use Log4J2 then you could add a `log4j2.xml` or `log4j2-spring.xml` file).
|
||||||
|
|
||||||
The following rotation policy properties are supported:
|
The following rotation policy properties are supported:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user