Open luobin998877 opened 3 years ago
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.
have set {lager_truncation_size, 409600} but nothing changed