Skip to content

Commit

Permalink
Change to debug commmand
Browse files Browse the repository at this point in the history
  • Loading branch information
deven96 committed Dec 3, 2022
1 parent 9a517df commit 126c5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func parseConnection(conn map[interface{}]interface{}) *Connection {
func parseConfig(name string, host string, group map[interface{}]interface{}, currentConnection *Connection) []Host {
currentConn := currentConnection
allHosts := []Host{}
log.Infof("Loading config for %s and host: %s with Connection: %+v", name, host, currentConn)
log.Debugf("Loading config for %s and host: %s with Connection: %+v", name, host, currentConn)
isParent := false // Set to true for groups that contain just children data i.e children
if conn, ok := group["connection"]; ok {
v, ok := conn.(map[interface{}]interface{})
Expand Down

0 comments on commit 126c5c8

Please sign in to comment.