|
|
handle_call({start_trace, Who, LogFile}, _From, State = #state{level = Level, traces = Traces}) ->
|
|
handle_call({start_trace, Who, LogFile}, _From, State = #state{level = Level, traces = Traces}) ->
|
|
|
case lager:trace_file(LogFile, [Who], Level, ?TRACE_OPTIONS) of
|
|
case lager:trace_file(LogFile, [Who], Level, ?TRACE_OPTIONS) of
|