more logging changes

This commit is contained in:
2025-07-24 06:21:56 -07:00
parent a1f46438d0
commit 087923a13f
5 changed files with 39 additions and 8 deletions

View File

@@ -2,8 +2,8 @@ package launcher
import (
"bufio"
"epochsilicon/pkg/log"
"fmt"
"github.com/rs/zerolog/log"
"os"
"os/exec"
"path/filepath"

View File

@@ -1,8 +1,8 @@
package launcher
import (
"epochsilicon/pkg/log"
"fmt"
"github.com/rs/zerolog/log"
"os"
"path/filepath"
"regexp"