Skip to content

Commit

Permalink
docker: Fix log_dir sed selector
Browse files Browse the repository at this point in the history
65b9187 introduced another log_dir line,
which broke the generated erlang.config file.
  • Loading branch information
ddeboer committed Oct 4, 2016
1 parent 72ac3ad commit 1cef4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/erlang.config.sed
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/mnesia/,/]}/d

# Disbable access logs
/log_dir/d
/{log_dir, "priv\/log\/access\/"}/d

# Remove file backend console logs since they go to stdout
/lager_file_backend/d
Expand Down

0 comments on commit 1cef4ea

Please sign in to comment.