Skip to content

Commit f1a107a

Browse files
committed
fix log -f
1 parent a62ef46 commit f1a107a

File tree

27 files changed

+317
-5234
lines changed

27 files changed

+317
-5234
lines changed

README-v3.md

Lines changed: 0 additions & 140 deletions
This file was deleted.

cmd/spdeploy/main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ var runCmd = &cobra.Command{
185185
os.Exit(1)
186186
}
187187

188-
monitor := internal.NewMonitor(cfg)
188+
// Use the improved monitor with repo-specific logging
189+
monitor := internal.NewMonitorV2(cfg)
189190

190191
// Setup signal handlers
191192
sigChan := make(chan os.Signal, 1)

0 commit comments

Comments
 (0)