Hi there, i using logs as my page hits logs,
now, i want to get all the values of the created log file
but it display only 100 values
$items = $this->wire('log');
$items = $items->getEntries('animalabc_logs', $options);
How to add " limit (integer) "
Base on this https://processwire.com/api/variables/log/