From 82652f57c0976167edfa8bc3ecfcd03b915eede5 Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Wed, 29 Aug 2018 10:03:06 -0700 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93ad7a5..799a9ba 100644 --- a/README.md +++ b/README.md @@ -1005,7 +1005,7 @@ invocation so that the code is executing on the Erlang node, but the group_leader is that of the reltool node (eg. appname_maint_12345@127.0.0.1). If you intend to use tracing with this feature, make sure the second parameter -to start_handler and the `id` parameter match. Thus when the custom gen_leader +to start_handler and the `id` parameter match. Thus when the custom group_leader process exits, lager will remove any associated traces for that handler. Elixir Support