Skip to content

Instantly share code, notes, and snippets.

@plainlystated
Created October 5, 2013 23:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plainlystated/6847084 to your computer and use it in GitHub Desktop.
Save plainlystated/6847084 to your computer and use it in GitHub Desktop.
➜ lager_config rebar eunit skip_deps=true
zsh: correct 'eunit' to '.eunit' [nyae]? n
==> lager_config (eunit)
Compiled test/lager_config_tests.erl
=PROGRESS REPORT==== 5-Oct-2013::17:58:25 ===
supervisor: {local,sasl_safe_sup}
started: [{pid,<0.77.0>},
{name,alarm_handler},
{mfargs,{alarm_handler,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 5-Oct-2013::17:58:25 ===
supervisor: {local,sasl_safe_sup}
started: [{pid,<0.78.0>},
{name,overload},
{mfargs,{overload,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 5-Oct-2013::17:58:25 ===
supervisor: {local,sasl_sup}
started: [{pid,<0.76.0>},
{name,sasl_safe_sup},
{mfargs,
{supervisor,start_link,
[{local,sasl_safe_sup},sasl,safe]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
=PROGRESS REPORT==== 5-Oct-2013::17:58:25 ===
supervisor: {local,sasl_sup}
started: [{pid,<0.79.0>},
{name,release_handler},
{mfargs,{release_handler,start_link,[]}}, {restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 5-Oct-2013::17:58:25 ===
application: sasl
started_at: nonode@nohost
=PROGRESS REPORT==== 5-Oct-2013::17:58:25 ===
supervisor: {local,lager_sup}
started: [{pid,<0.85.0>},
{name,lager},
{mfargs,{gen_event,start_link,[{local,lager_event}]}},
{restart_type,permanent},
{shutdown,5000},
{child_type,worker}]
=PROGRESS REPORT==== 5-Oct-2013::17:58:25 ===
supervisor: {local,lager_sup}
started: [{pid,<0.86.0>},
{name,lager_handler_watcher_sup},
{mfargs,{lager_handler_watcher_sup,start_link,[]}},
{restart_type,permanent},
{shutdown,5000},
{child_type,supervisor}]
=PROGRESS REPORT==== 5-Oct-2013::17:58:25 ===
supervisor: {local,lager_sup}
started: [{pid,<0.87.0>},
{name,lager_crash_log},
{mfargs,
{lager_crash_log,start_link,
["log/crash.log",65536,10485760,[{hour,0}],5]}},
{restart_type,permanent},
{shutdown,5000},
{child_type,worker}]
Test passed.
=INFO REPORT==== 5-Oct-2013::17:58:25 ===
application: lager
exited: stopped
type: temporary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment