You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using an old version of lager that had not been updated to support OTP 24+ line/col numbers, the lager parse transform produced an invalid AST. ELP did not complain during compilation, but eventually logged a ConversionError(InvalidExpression) error.
To repro, logging any message using a version of lager older than d255955 will trigger the ConversionError(InvalidExpr).
We could improve logging in this case, to make the error more obvious to the user. Originally reported in Slack.
The text was updated successfully, but these errors were encountered:
When using an old version of lager that had not been updated to support OTP 24+ line/col numbers, the lager parse transform produced an invalid AST. ELP did not complain during compilation, but eventually logged a
ConversionError(InvalidExpression)
error.To repro, logging any message using a version of lager older than d255955 will trigger the
ConversionError(InvalidExpr)
.We could improve logging in this case, to make the error more obvious to the user. Originally reported in Slack.
The text was updated successfully, but these errors were encountered: