Monitorr / logarr

“Logarr” is a self-hosted PHP web app that consolidates, formats, and displays log and text files for easy analysis and monitoring.
https://github.com/Monitorr
MIT License
279 stars 12 forks source link

Required Permissions #109

Closed dragobath2 closed 6 years ago

dragobath2 commented 6 years ago

Your environment:

Describe your issue:

Hello, What permissions are needed for logarr to display the log files? (Sorry if this has been covered already) Cheers

seanvree commented 6 years ago

@dragobath2

PHP just needs READ privileges at a minimum to display the log files. However, if you want to be able to "Roll" the log, PHP needs WRITE privileges as well.