Skip to content

Commit

Permalink
vmargs-lager: no need to mention lager in vm.args (#4040)
Browse files Browse the repository at this point in the history
  • Loading branch information
fenollp authored and lazedo committed Aug 10, 2017
1 parent a8122aa commit 21cc1ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
15 changes: 7 additions & 8 deletions core/kazoo_apps/src/kazoo_apps.app.src
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{application, kazoo_apps,
[
{description, "Applications on top of Kazoo"}
[{description, "Applications on top of Kazoo"}
,{id, "9fd3b140-8727-11e0-9d78-0800200c9a66"}
,{vsn, "4.0.0"}
,{modules, []}
,{registered, [kazoo_apps_sup, kz_hooks_cache, kz_hooks_listener, kz_hooks_listener_sup, kz_nodes, kz_hooks_shared_listener, kapps_sup]}
,{applications, [ kernel
, stdlib

, syslog
, lager
, lager_syslog
, gproc
, eflame

, kazoo
, kazoo_bindings
, kazoo_call
Expand All @@ -21,12 +26,6 @@
, kazoo_caches
, kazoo_web
, kazoo_globals

, syslog
, lager
, lager_syslog
, gproc
, eflame
]}
,{mod, {kazoo_apps_app, []}}
]}.
1 change: 0 additions & 1 deletion rel/args
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@
# When crashing, write dump with highest priority
-env ERL_CRASH_DUMP_NICE 1

-s lager
-s kazoo_apps_app

0 comments on commit 21cc1ea

Please sign in to comment.