Values.ContainerLogRotationConfigurationSourceThe settings for container log rotation.
type nonrec t = {rotationSize : RotationSize.t;The file size at which to rotate logs. Minimum of 2KB, Maximum of 2GB.
*)maxFilesToKeep : MaxFilesToKeep.t;The number of files to keep in container after rotation.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxFilesToKeep.t | `String of RotationSize.t ])
list ]