/
Silent log is written in folder, readable from web
Silent log is written in folder, readable from web
Imported From: http://groups.google.com/group/in-portal-dev/browse_thread/thread/a62e1bc1e232a46b#
We have silent log feature. This will write down all errors to the file, no matter what PHP error logging settings are. Problem is that log is created in document root folder, which is accessible from web.
We should:
- have ability to specify, where silent log is created
- set 777 rights to him, since it could be used by cron script, that runs under "root" user.