This commit is contained in:
Benoit Marty 2022-08-24 14:06:35 +02:00
parent 5d711793ad
commit 66a6018a93

View file

@ -32,8 +32,8 @@ internal class FormattedJsonHttpLogger(
}
/**
* Log the message and try to log it again as a JSON formatted string
* Note: it can consume a lot of memory but it is only in DEBUG mode
* Log the message and try to log it again as a JSON formatted string.
* Note: it can consume a lot of memory but it is only in DEBUG mode.
*
* @param message
*/