brainfoolong / omxwebgui-v2

Web GUI for OMX Player on a Raspberry Pi
https://www.youtube.com/watch?v=4hqOzdt6KfQ
MIT License
53 stars 17 forks source link

Output too verbose for useful logging #24

Closed fkbreitl closed 6 years ago

fkbreitl commented 6 years ago

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?

brainfoolong commented 6 years ago

The output cannot be changed. It's the default from PHP's built in webserver. It's the access log.