Browse Source

Merge pull request #342 from basho/gh286

Export configure_sink/2 for runtime sink config

Reviewed-by: macintux
pull/355/head
Bishop Bors 9 years ago
parent
commit
8f58fa1b46
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/lager_app.erl

+ 1
- 0
src/lager_app.erl View File

@ -28,6 +28,7 @@
-export([start/0,
start/2,
start_handler/3,
configure_sink/2,
stop/1]).
%% The `application:get_env/3` compatibility wrapper is useful

Loading…
Cancel
Save