io.quarkus.runtime.logging.FileConfig$RotationConfig.jdp Maven / Gradle / Ivy
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