Skip to content

Commit

Permalink
MergeType
Browse files Browse the repository at this point in the history
  • Loading branch information
quzard committed Feb 21, 2024
1 parent 5f38ad2 commit 9cf4516
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ void ProcessorParseContainerLogNativeUnittest::TestContainerdLogWithSplit(){
{
// make config
Json::Value config;
config["MergeBehavior"] = "part_log";
config["MergeType"] = "flag";
config["UnmatchedContentTreatment"] = "single_line";
// make ProcessorMergeMultilineLogNative
ProcessorMergeMultilineLogNative processor;
Expand Down Expand Up @@ -1066,7 +1066,7 @@ void ProcessorParseContainerLogNativeUnittest::TestDockerJsonLogLineParserWithSp
{
// make config
Json::Value config;
config["MergeBehavior"] = "part_log";
config["MergeType"] = "flag";
config["UnmatchedContentTreatment"] = "single_line";
// make ProcessorMergeMultilineLogNative
ProcessorMergeMultilineLogNative processor;
Expand Down

0 comments on commit 9cf4516

Please sign in to comment.