| Package | Description |
|---|---|
| io.quarkus.runtime.configuration | |
| io.quarkus.runtime.logging |
| Modifier and Type | Method and Description |
|---|---|
MemorySize |
MemorySizeConverter.convert(String value)
Convert data size configuration value respecting the following format (shown in regular expression)
"[0-9]+[BbKkMmGgTtPpEeZzYy]?"
If the value contain no suffix, the size is treated as bytes.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Optional<MemorySize> |
FileConfig.RotationConfig.maxFileSize
The maximum file size of the log file after which a rotation is executed.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.