When clicking LOG I get a list of 20 log items... is there a way to get me to see more or even a way to select the number of lines at will?
Thanks,
Pieter
solved this: in file: /public_html/src/psm/Module/Server/Controller/LogController.php
around line 147 is "'LIMIT 0,20'". Change 20 in the limit you prefer.
Log in to post a comment.
When clicking LOG I get a list of 20 log items... is there a way to get me to see more or even a way to select the number of lines at will?
Thanks,
Pieter
solved this: in file: /public_html/src/psm/Module/Server/Controller/LogController.php
around line 147 is "'LIMIT 0,20'". Change 20 in the limit you prefer.