This commit is contained in:
2025-06-14 01:51:55 +02:00
parent 73e5da15bf
commit a17541c2e6
2 changed files with 3 additions and 4 deletions

View File

@ -73,7 +73,6 @@ func (c *TCPClient) StartClient() {
if err != nil { if err != nil {
Log.Error("Cannot connect to Telnet Client:", err) Log.Error("Cannot connect to Telnet Client:", err)
} }
Log.Infof("Connected to DX cluster %s:%s", c.Address, c.Port)
// err = c.Conn.SetKeepAlive(true) // err = c.Conn.SetKeepAlive(true)
// if err != nil { // if err != nil {
@ -155,7 +154,7 @@ func (c *TCPClient) ReadLine() {
// if Cfg.Cluster.Command != "" { // if Cfg.Cluster.Command != "" {
// c.WriteString(Cfg.Cluster.Command + "\n\r") // c.WriteString(Cfg.Cluster.Command + "\n\r")
// } // }
Log.Infof("Connected to cluster %s", Cfg.Cluster.Server) Log.Infof("Connected to DX cluster %s:%s", Cfg.Cluster.Server, Cfg.Cluster.Port)
Log.Info("Start receiving spots") Log.Info("Start receiving spots")
continue continue
} }

View File

@ -1,7 +1,7 @@
general: general:
delete_log_file_at_start: true delete_log_file_at_start: true
log_to_file: true log_to_file: true
log_level: DEBUG # INFO or DEBUG or WARN log_level: INFO # INFO or DEBUG or WARN
telnetserver: true # not in use for now telnetserver: true # not in use for now
flexradiospot: true # not in use for now flexradiospot: true # not in use for now
sqlite: sqlite:
@ -25,7 +25,7 @@ telnetserver: # Log4OM must be connected to this server ie: localhost:7301 if on
host: 0.0.0.0 host: 0.0.0.0
port: 7301 port: 7301
gotify: gotify:
enable: true enable: false
url: https://gotify.rouggy.com/message url: https://gotify.rouggy.com/message
token: ALaGS4MVMWTEMcP token: ALaGS4MVMWTEMcP
NewDXCC: true NewDXCC: true