Closed davidjulien closed 2 months ago
If Decimal is not included in the main app depending on LoggerJSON, the following line in LoggerJSON.Formatter.RedactorEncoder is not included:
LoggerJSON.Formatter.RedactorEncoder
def encode(%Decimal{} = decimal, _redactors), do: decimal
coverage: 100.0%. remained the same when pulling 8ff1b1a764f8c8f26a116200e2c97e297e2cfb4e on davidjulien:check-if-decimal-is-compiled into 13710322008c5f7102480d6f9eba650ebbb5ef9c on Nebo15:master.
Good catch, thank you ❤️.
If Decimal is not included in the main app depending on LoggerJSON, the following line in
LoggerJSON.Formatter.RedactorEncoder
is not included: