mirror of
https://github.com/nextcloud/server.git
synced 2026-02-14 00:04:57 -05:00
In some cases it might happen that you have an argument that deep down somewhere has an array with a lot of entries (think thousands). Now before we would just happily print them all. Which would fill the log. Now it will just print the first 5. And add a line that there are N more. If you are on debug level we will still print them all. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |
||
|---|---|---|
| .. | ||
| ErrorHandler.php | ||
| Errorlog.php | ||
| ExceptionSerializer.php | ||
| File.php | ||
| LogDetails.php | ||
| LogFactory.php | ||
| PsrLoggerAdapter.php | ||
| Rotate.php | ||
| Syslog.php | ||
| Systemdlog.php | ||