mirror of
https://github.com/seriyps/mtproto_proxy.git
synced 2026-08-27 04:15:50 +00:00
Handle "max packet size" errors; fix related bug in abridged codec
This commit is contained in:
parent
90feb07cdf
commit
f1070dfee2
5 changed files with 43 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue