When outputting log data for raw serial interaction, line feeds overwrite the next line's timestamp. This should be sanitised / stripped appropriately, perhaps to represent the output on a single line as a decodable byte string.
12:32:04 INFO Command sent: "AT+IMTMTS"
OK'32:04 DEBUG Reply received: '+IMTMTS: 244,4,95
OK"32:04 INFO Response received: "+IMTMTS: 244,4,95
12:32:04 INFO Command sent: "AT+IMTRB=244"
12:32:04 INFO Response of 101 bytes received
When outputting log data for raw serial interaction, line feeds overwrite the next line's timestamp. This should be sanitised / stripped appropriately, perhaps to represent the output on a single line as a decodable byte string.