nextcloud/lib/private/log
Lukas Reschke 8a4e1fbecd Fix errors after install
When installing ownCloud the first time the first thing that an admin saw was an error message:

> Error   PHP   touch(): Unable to create file owncloud.log because Permission denied at /var/www/owncloud/lib/private/log/owncloud.php#48

Or something related. This lead to a lot confusion as can be seen in our forum and in our issue tracker. This change should make the error messages disappear in most cases (e.g. where the file can actually be written). To test this:

1. On master install ownCloud and check owncloud.log => Error message
2. On this branch install ownCloud and check owncloud.log => No error message

Fixes https://github.com/owncloud/core/issues/13736 and https://github.com/owncloud/core/issues/12893
2016-01-26 17:06:23 +01:00
..
errorhandler.php Happy new year! 2016-01-12 15:02:18 +01:00
errorlog.php Move log level check to logger parent class 2015-05-08 15:14:45 +02:00
owncloud.php Fix errors after install 2016-01-26 17:06:23 +01:00
rotate.php Happy new year! 2016-01-12 15:02:18 +01:00
syslog.php Happy new year! 2016-01-12 15:02:18 +01:00