up
This commit is contained in:
@ -73,7 +73,6 @@ func (c *TCPClient) StartClient() {
|
||||
if err != nil {
|
||||
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)
|
||||
// if err != nil {
|
||||
@ -155,7 +154,7 @@ func (c *TCPClient) ReadLine() {
|
||||
// if Cfg.Cluster.Command != "" {
|
||||
// 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")
|
||||
continue
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
general:
|
||||
delete_log_file_at_start: 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
|
||||
flexradiospot: true # not in use for now
|
||||
sqlite:
|
||||
@ -25,7 +25,7 @@ telnetserver: # Log4OM must be connected to this server ie: localhost:7301 if on
|
||||
host: 0.0.0.0
|
||||
port: 7301
|
||||
gotify:
|
||||
enable: true
|
||||
enable: false
|
||||
url: https://gotify.rouggy.com/message
|
||||
token: ALaGS4MVMWTEMcP
|
||||
NewDXCC: true
|
||||
|
Reference in New Issue
Block a user