HCA-Healthcare / elixir-mllp

An Elixir library for transporting HL7 messages via MLLP (Minimal Lower Layer Protocol)
Apache License 2.0
41 stars 19 forks source link

Updated logging levels for MLLP.Client.terminate/2 #60

Closed gabbybene closed 1 year ago

gabbybene commented 1 year ago

Fixes issue #59

Client.terminate/2 now logs at the :error level when Client is stopped with any reason other than :normal. If Client is stopped for reason :normal, it only logs at the :debug level.