Handle "max packet size" errors; fix related bug in abridged codec

This commit is contained in:
Сергей Прохоров 2019-04-30 23:50:09 +02:00
parent 90feb07cdf
commit f1070dfee2
No known key found for this signature in database
GPG key ID: 1C570244E4EF3337
5 changed files with 43 additions and 13 deletions

View file

@ -13,14 +13,14 @@
%% Logging config
{lager,
[{log_root, "log"},
{crash_log, "crash.log"},
{crash_log, "test-crash.log"},
{handlers,
[
{lager_console_backend,
[{level, critical}]},
{lager_file_backend,
[{file, "application.log"},
[{file, "test-application.log"},
{level, info},
%% Do fsync only on critical messages