nextcloud/lib/private/Log
Thomas Citharel 08035833cf Fix logging data context to file
It was only logged when an exception was provided or when using
logData (which is not being much used).

We make sure the interpolated parameters are not logged.

Only tested with file write logger, but shouldn't work differently.

Crash reporters always had the context.

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-06-22 18:26:25 +00:00
..
ErrorHandler.php Correctly skip suppressed errors in PHP 8.0 2021-07-13 13:23:03 +08:00
Errorlog.php Allow to get custom loggers for syslog, errorlog and systemdlog too 2022-01-19 16:15:14 +01:00
ExceptionSerializer.php make placeholder a const for reuse 2022-06-16 18:38:40 +00:00
File.php Update php licenses 2021-06-04 22:02:41 +02:00
LogDetails.php Fix logging data context to file 2022-06-22 18:26:25 +00:00
LogFactory.php Allow to get custom loggers for syslog, errorlog and systemdlog too 2022-01-19 16:15:14 +01:00
PsrLoggerAdapter.php Update php licenses 2021-06-04 22:02:41 +02:00
Rotate.php Update php licenses 2021-06-04 22:02:41 +02:00
Syslog.php Allow to get custom loggers for syslog, errorlog and systemdlog too 2022-01-19 16:15:14 +01:00
Systemdlog.php Allow to get custom loggers for syslog, errorlog and systemdlog too 2022-01-19 16:15:14 +01:00