Hi,
currently AMP’s web console is hard-limited to 1000 lines, as seen in UI.js (const maxLines = 1000;). This is problematic for servers that produce a lot of output, because important context quickly disappears.
It would be great if maxLines was configurable, for example:
via a new setting in AMPConfig.conf (e.g. Monitoring.ConsoleMaxLines=5000)
or via a UI option under Configuration → Console Settings
Default could stay at 1000 to avoid performance issues, but advanced users could raise it (e.g. 5000–10000) according to their needs and hardware.
This would make console management much better and avoid the need to manually patch UI.js after each update.
Thanks for considering!