Gnome Console set max buffer length
Gnome Console no longer easily let’s you set a longer scroll buffer. It’s default length is just 10,000 lines which can be lacking at times. You can still configure it via gsettings though
gsettings set org.gnome.Console scrollback-lines 9223372036854775807
set its to the max it can be as its an int64 number.