Skip to content

Commit

Permalink
fix: Changed the log level for Go Disconnect messages to trace
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Dec 16, 2021
1 parent 6154562 commit 9471ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plc4go/internal/plc4go/spi/default/DefaultCodec.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (m *defaultCodec) Connect() error {
}

func (m *defaultCodec) Disconnect() error {
log.Info().Msg("Disconnecting")
log.Trace().Msg("Disconnecting")
m.running = false
return m.transportInstance.Close()
}
Expand Down

0 comments on commit 9471ec7

Please sign in to comment.