We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8d6f24 + ae21484 commit a293d2aCopy full SHA for a293d2a
cloudwatchlogs/cloudwatchlogs_lambda.js
@@ -19,7 +19,7 @@ var sourceNameOverride = process.env.SOURCE_NAME_OVERRIDE || 'none'; //
19
var encoding = process.env.ENCODING || 'utf-8'; // default is utf-8
20
21
// Include logStream and logGroup as json fields within the message. Required for SumoLogic AWS Lambda App
22
-var includeLogInfo = false; // default is true
+var includeLogInfo = false; // default is false
23
24
// Regex used to detect logs coming from lambda functions.
25
// The regex will parse out the requestID and strip the timestamp
0 commit comments