diff --git a/otelcol/command_examine.go b/otelcol/command_examine.go index 0f7927e8321..23088f59b53 100644 --- a/otelcol/command_examine.go +++ b/otelcol/command_examine.go @@ -35,7 +35,7 @@ func newExamineSubCommand(set CollectorSettings, flagSet *flag.FlagSet) *cobra.C if err != nil { return err } - log.Printf("%s", b) + log.Printf("\n%s", b) return nil }, }