Closed fkbreitl closed 6 years ago
A /var/log/omxwebgui.log file as suggested in #23 could be very helpful for finding problems.
/var/log/omxwebgui.log
Unfortunately omxwebgui is currently too verbose for a meaningful logging since it creates a meaningless entry almost every second which looks like
[Tue Nov 21 21:32:16 2017] 192.168.178.20:54145 [200]: /index.php/index.
[Tue Nov 21 21:32:16 2017] 192.168.178.20:54145 [200]: /index.php/index
Could these lines be removed?
The output cannot be changed. It's the default from PHP's built in webserver. It's the access log.
A
/var/log/omxwebgui.log
file as suggested in #23 could be very helpful for finding problems.Unfortunately omxwebgui is currently too verbose for a meaningful logging since it creates a meaningless entry almost every second which looks like
[Tue Nov 21 21:32:16 2017] 192.168.178.20:54145 [200]: /index.php/index
.Could these lines be removed?