nextcloud/tests/lib/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
..
ExceptionSerializerTest.php make placeholder a const for reuse 2022-06-16 18:38:40 +00:00
FileTest.php Fix logging data context to file 2022-06-22 18:26:25 +00:00
LogFactoryTest.php