All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.runtime.logging.FileConfig$RotationConfig.jdp Maven / Gradle / Ivy

There is a newer version: 3.17.5
Show newest version
io.quarkus.runtime.logging.FileConfig.RotationConfig.fileSuffix=The file handler rotation file suffix.\nWhen used, the file will be rotated based on its suffix.\n

\nExample fileSuffix\: .yyyy-MM-dd\n

\nNote\: If the suffix ends with .zip or .gz, the rotation file will also be compressed. io.quarkus.runtime.logging.FileConfig.RotationConfig.maxBackupIndex=The maximum number of backups to keep. io.quarkus.runtime.logging.FileConfig.RotationConfig.maxFileSize=The maximum log file size, after which a rotation is executed. io.quarkus.runtime.logging.FileConfig.RotationConfig.rotateOnBoot=Indicates whether to rotate log files on server initialization.\n

\nYou need to either set a {@code max-file-size} or configure a {@code file-suffix} for it to work.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy