Skip to content

Commit 49c2cb3

Browse files
committed
Use centralized SourceType in limits_config.go as well
1 parent 5945375 commit 49c2cb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/converter/internal/promtailconvert/internal/build/limits_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func buildLimitsConfigStages(cfg limit.Config) []stages.StageConfig {
4444
Rules: []*stages.RuleConfig{
4545
{
4646
Limit: lineSizeBytes,
47-
SourceType: stages.TruncateSourceLine,
47+
SourceType: stages.SourceTypeLine,
4848
},
4949
},
5050
},

0 commit comments

Comments
 (0)