The easiest way to do this would probably be to append:
log_buf_len=
To your grub line.
in other words, edit `/etc/default/grub` so that the line:
GRUB_CMDLINE_LINUX="crashkernel=auto rd.lvm.lv=cl/root rd.lvm.lv=cl/swap"
Becomes:
GRUB_CMDLINE_LINUX="crashkernel=auto rd.lvm.lv=cl/root rd.lvm.lv=cl/swap log_buf_len=5M"
_Change`5M` to whatever size you require_
Then run:
grub2-mkconfig --output=/boot/grub2/grub.cfg
To regenerate grub.