Skip to content

Commit b2212f3

Browse files
committed
switch logInjection to true
1 parent 82e5822 commit b2212f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import bufflog from './bufflog';
44

55
tracer.init({
66
hostname: "dd-agent-hostname",
7-
logInjection: false
7+
// will automatically append the traces to BuffLog
8+
logInjection: true
89
});
910

1011
bufflog.info('hello info');

0 commit comments

Comments
 (0)