Skip to content

Commit b6d9256

Browse files
authored
Remove leftover log messages (#2970)
1 parent 39f7c54 commit b6d9256

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/testrunner/runners/system/tester.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ func NewSystemTester(options SystemTesterOptions) (*tester, error) {
278278
return nil, fmt.Errorf("reading package manifest failed: %w", err)
279279
}
280280

281-
logger.Debugf("Data stream path: %q", r.dataStreamPath)
282281
if r.dataStreamPath != "" {
283282
// Avoid reading data stream manifest if path is empty (e.g. input packages) to avoid
284283
// filling "r.dataStreamManifest" with values from package manifest since the resulting path will point to
@@ -471,7 +470,6 @@ func (r *tester) createAgentInfo(policy *kibana.Policy, config *testConfig, runI
471470
// If user is defined in the configuration file, it has preference
472471
// and it should not be overwritten by the value in the package or DataStream manifest
473472
if info.Agent.User == "" && r.agentRequiresRootPrivileges() {
474-
logger.Debugf(" >>> Setting agent user to 'root' as defined in the package or data stream manifest")
475473
info.Agent.User = "root"
476474
}
477475

0 commit comments

Comments
 (0)