Skip to content

Commit

Permalink
Allow to disable ct stanza_log
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides authored and gustawlippa committed May 6, 2024
1 parent a390cb2 commit 6f6e688
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/escalus_ct.erl
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ get_stanza_log() ->
case is_ct_available() of
true ->
case ct:get_config(stanza_log, console_and_file) of
false ->
false;
true ->
console_and_file;
LogTarget when LogTarget == console_and_file;
Expand Down

0 comments on commit 6f6e688

Please sign in to comment.