We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
have set {lager_truncation_size, 409600} but nothing changed
The text was updated successfully, but these errors were encountered:
Unfortunately, it is a known issue that lager_truncation_size does not universally apply to all messages - for example, the value is hardcoded in https://github.com/erlang-lager/lager/blob/master/src/error_logger_lager_h.erl#L592 - you have two options here.
lager_truncation_size
In either case you're going to have to recompile the patched lager and incorporate it into your application. Sorry.
(see also #211)
Sorry, something went wrong.
No branches or pull requests
have set {lager_truncation_size, 409600}
but nothing changed
The text was updated successfully, but these errors were encountered: