Skip to content

Commit

Permalink
Update testtracer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mentaleak authored Mar 7, 2020
1 parent eb509a5 commit e619642
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testtracer.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ tracer.log("test1A");
tracer.error("test1B");

var tracerb = new nodeTracer(
true, //TLS
false // debug
true, //Trace Log On
false // Trace Error On
);

tracerb.log("test2A");
tracerb.error("test2B");
tracerb.error("test2B");

0 comments on commit e619642

Please sign in to comment.