aboutsummaryrefslogtreecommitdiffstats
path: root/syz-ci/manager.go
diff options
context:
space:
mode:
Diffstat (limited to 'syz-ci/manager.go')
-rw-r--r--syz-ci/manager.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-ci/manager.go b/syz-ci/manager.go
index ee83334b7..d4021eac5 100644
--- a/syz-ci/manager.go
+++ b/syz-ci/manager.go
@@ -427,7 +427,7 @@ func (mgr *Manager) restartManager() {
}
bin := filepath.FromSlash("syzkaller/current/bin/syz-manager")
logFile := filepath.Join(mgr.currentDir, "manager.log")
- args := []string{"-config", cfgFile}
+ args := []string{"-config", cfgFile, "-vv", "1"}
if mgr.debug {
args = append(args, "-debug")
}