nextcloud/lib/private/Log
Roeland Jago Douma 179de95f81
Avoid huge exception argument logging
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>
2020-12-29 10:50:53 +01:00
..
ErrorHandler.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
Errorlog.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
ExceptionSerializer.php Avoid huge exception argument logging 2020-12-29 10:50:53 +01:00
File.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
LogDetails.php Update license headers for 19 2020-04-29 11:57:22 +02:00
LogFactory.php Update license headers for 19 2020-04-29 11:57:22 +02:00
PsrLoggerAdapter.php Make the PSR-3 adapter exception-aware 2020-07-14 09:38:51 +02:00
Rotate.php Update license headers for 19 2020-04-29 11:57:22 +02:00
Syslog.php Update license headers 2019-12-05 15:38:45 +01:00
Systemdlog.php Update license headers for 19 2020-04-29 11:57:22 +02:00