Skip to content

OKD: Fix readout of the log files

The log files to be displayed on the website were too big to buffer in a variable, giving error:

Allowed memory size of 268435456 bytes exhausted (tried to allocate 4096 bytes)

Now only last 1000/total lines will be read.

@tamartin

Merge request reports