Fix io encoding (#3)

* BACKLOG-12: Fix io encoding

* Move iosetopts to prod profile

* Delete useless files

* Change iosetopts repo

* Update rebar.config

Co-authored-by: Andrew Mayorov <encube.ul@gmail.com>

Co-authored-by: Andrew Mayorov <encube.ul@gmail.com>
This commit is contained in:
ndiezel0 2021-12-24 15:42:33 +03:00 committed by Andrew Mayorov
parent 209cbcdeaf
commit 3a128690eb
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D

View File

@ -76,10 +76,12 @@
% 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"}}}
{git, "https://github.com/rbkmoney/logger_logstash_formatter.git", {tag, "tag_0.0.1"}}},
{iosetopts, {git, "https://github.com/alfaind/iosetopts.git", {branch, "master"}}}
]},
{relx, [
{release, {hellgate, "0.1"}, [
iosetopts,
{recon, load},
{runtime_tools, load},
{tools, load},