Skip to content

Commit

Permalink
Turn off debug logs for daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumerose committed Nov 9, 2020
1 parent 2feb01f commit c0f6d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/crc/preflight/preflight_checks_tray_darwin.go
Expand Up @@ -57,7 +57,7 @@ func fixDaemonPlistFileExists() error {
Label: daemonAgentLabel,
ExecutablePath: currentExecutablePath,
StdOutFilePath: stdOutFilePathDaemon,
Args: []string{"daemon", "--log-level", "debug"},
Args: []string{"daemon"},
}
return fixPlistFileExists(daemonConfig)
}
Expand Down

0 comments on commit c0f6d26

Please sign in to comment.