Holepunch but relay by default

Former-commit-id: 5302f9da34
This commit is contained in:
Owen
2025-07-24 14:44:12 -07:00
parent 6ab66e6c36
commit 848ac6b0c4
4 changed files with 51 additions and 64 deletions

View File

@@ -379,7 +379,7 @@ func debugService(args []string) error {
}
}
fmt.Printf("Starting service in debug mode...\n")
// fmt.Printf("Starting service in debug mode...\n")
// Start the service
err := startService([]string{}) // Pass empty args since we already saved them
@@ -387,8 +387,8 @@ func debugService(args []string) error {
return fmt.Errorf("failed to start service: %v", err)
}
fmt.Printf("Service started. Watching logs (Press Ctrl+C to stop watching)...\n")
fmt.Printf("================================================================================\n")
// fmt.Printf("Service started. Watching logs (Press Ctrl+C to stop watching)...\n")
// fmt.Printf("================================================================================\n")
// Watch the log file
return watchLogFile(true)