update log4om
This commit is contained in:
10
TCPClient.go
10
TCPClient.go
@@ -206,6 +206,11 @@ func (c *TCPClient) SetFilters() {
|
||||
Log.Info("FT4: On")
|
||||
}
|
||||
|
||||
if Cfg.Cluster.Beacon {
|
||||
c.Write([]byte("set/beacon\r\n"))
|
||||
Log.Info("Beacon: On")
|
||||
}
|
||||
|
||||
if !Cfg.Cluster.FT8 {
|
||||
c.Write([]byte("set/noft8\r\n"))
|
||||
Log.Info("FT8: Off")
|
||||
@@ -220,6 +225,11 @@ func (c *TCPClient) SetFilters() {
|
||||
c.Write([]byte("set/noskimmer\r\n"))
|
||||
Log.Info("Skimmer: Off")
|
||||
}
|
||||
|
||||
if !Cfg.Cluster.Beacon {
|
||||
c.Write([]byte("set/nobeacon\r\n"))
|
||||
Log.Info("Beacon: Off")
|
||||
}
|
||||
}
|
||||
|
||||
func (c *TCPClient) ReadLine() {
|
||||
|
||||
Reference in New Issue
Block a user