Skip to content

Commit

Permalink
ED-333: Redefine stdio/stderror options for unicode (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Yelin authored Jan 25, 2022
1 parent ae72013 commit 23091f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions config/sys.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
{handler, console_logger, logger_std_h, #{
level => debug,
config => #{
type => {file, "/var/log/hellgate/console.json"},
sync_mode_qlen => 20
type => standard_io
},
formatter => {logger_logstash_formatter, #{}}
}}
Expand Down
3 changes: 3 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,16 @@
{profiles, [
{prod, [
{deps, [
{iotools, {git, "https://github.com/rbkmoney/erlang_iotools.git", {tag, "0.1.0"}}},
% for introspection on production
{recon, "2.5.2"},
{logger_logstash_formatter,
{git, "https://github.com/rbkmoney/logger_logstash_formatter.git", {tag, "tag_0.0.1"}}}
]},
{relx, [
{release, {hellgate, "0.1"}, [
%% Redefine stdio/stderror options for unicode
iotools,
{recon, load},
{runtime_tools, load},
{tools, load},
Expand Down

0 comments on commit 23091f7

Please sign in to comment.