Skip to content

Commit a293d2a

Browse files
authored
Merge pull request #95 from jordan-brough/fix-comment
Fix comment about `includeLogInfo` to match code
2 parents e8d6f24 + ae21484 commit a293d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudwatchlogs/cloudwatchlogs_lambda.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var sourceNameOverride = process.env.SOURCE_NAME_OVERRIDE || 'none'; //
1919
var encoding = process.env.ENCODING || 'utf-8'; // default is utf-8
2020

2121
// Include logStream and logGroup as json fields within the message. Required for SumoLogic AWS Lambda App
22-
var includeLogInfo = false; // default is true
22+
var includeLogInfo = false; // default is false
2323

2424
// Regex used to detect logs coming from lambda functions.
2525
// The regex will parse out the requestID and strip the timestamp

0 commit comments

Comments
 (0)