nextcloud/lib/private/Log
Roeland Jago Douma 6762e616f5 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:46:56 +00:00
..
ErrorHandler.php Generate exception to log on php errors 2020-09-29 08:17:21 +00: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:46:56 +00:00
File.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +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