sam80180
sam80180
`logrus` output is directed to `stderr` (https://github.com/SonicCloudOrg/sonic-ios-bridge/blob/main/src/util/log.go#L14) if you're worried, feel free to modify it to `fmt`
Could you be more specific where it might cause problems?
``` # save this as 'l.go' package main import ( "fmt" "log" "github.com/SonicCloudOrg/sonic-ios-bridge/src/util" "github.com/sirupsen/logrus" ) func main() { util.InitLogger("debug") log.Println("aaa") logrus.Info("bbb") fmt.Println("ccc") } ``` then run `go run l.go 2>/dev/null`,...
When I use a terminal program, I ran the `ov` command, e.g. `cat LICENSE | ./ov`, you can see that the tab name (on the top-left corner) got changed to...
I tried SecureCRT and putty