Browse Source

Fix error_logger handler restoration

pull/4/head
Andrew Thompson 13 years ago
parent
commit
8895e1bf49
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/lager_app.erl

+ 1
- 1
src/lager_app.erl View File

@ -58,5 +58,5 @@ start(_StartType, _StartArgs) ->
stop(Handlers) ->
[error_handler:add_report_handler(Handler) || Handler <- Handlers],
[error_logger:add_report_handler(Handler) || Handler <- Handlers],
ok.

Loading…
Cancel
Save