Skip to content

Commit 28aedd1

Browse files
committed
SUMO-0: comment out event logging events
1 parent 007346d commit 28aedd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudwatchevents/cloudwatchevents.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ exports.handler = function (event, context) {
9595
context.fail('Invalid SUMO_ENDPOINT environment variable: ' + SumoURL);
9696
}
9797

98-
console.log(event);
98+
//console.log(event);
9999
if ((event.source==="aws.guardduty") && (removeOuterFields)) {
100100
final_event =event.detail;
101101
} else {

0 commit comments

Comments
 (0)