Skip to content

Instantly share code, notes, and snippets.

@alexmoore
Created May 6, 2014 16:13
Show Gist options
  • Save alexmoore/a9d5ca6c24362ffba3e9 to your computer and use it in GitHub Desktop.
Save alexmoore/a9d5ca6c24362ffba3e9 to your computer and use it in GitHub Desktop.

Revisions

  1. alexmoore renamed this gist May 6, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. alexmoore created this gist May 6, 2014.
    4 changes: 4 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    SetDebug = fun() -> {node(), lager:set_loglevel(lager_file_backend, "/var/log/riak-cs/console.log", debug)} end.
    SetInfo = fun() -> {node(), lager:set_loglevel(lager_file_backend, "/var/log/riak-cs/console.log", info)} end.

    rp(rpc:multicall(erlang, apply, [SetInfo,[]])).