Browse Source

Merge pull request #103 from basho/adt-lager-registered-procs

Empty registered processes section in lager.app.src.
pull/54/merge
Andrew Thompson 12 years ago
parent
commit
b3428c89bc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/lager.app.src

+ 1
- 1
src/lager.app.src View File

@ -9,7 +9,7 @@
kernel, kernel,
stdlib stdlib
]}, ]},
{registered, []},
{registered, [lager_sup, lager_event, lager_crash_log, lager_handler_watcher_sup]},
{mod, {lager_app, []}}, {mod, {lager_app, []}},
{env, [ {env, [
%% What handlers to install with what arguments %% What handlers to install with what arguments

Loading…
Cancel
Save