dma-ais / AisLib

DMA AisLib - Java library for handling AIS messages
Other
169 stars 98 forks source link

Removed unneeded debug logging of the `CommentBlockLine` #91

Closed Darius-Wattimena closed 10 months ago

Darius-Wattimena commented 1 year ago

Retrieving an AIS message using the AisTcpReader will always result in the command block being put in the console. When looking deeper into the code of CommentBlockLine, it seems that the content is always logged at the parse method. This didn't seem correct, so this line removal will fix this unneeded spamming of the console.

kareblak commented 1 year ago

This is greatly welcomed. It’s spamming down our logs.

zAPFy commented 1 year ago

@dimitrispallas any plan to get this merged/released? logs are filling up quickly.

lazee commented 1 year ago

Time to look into Java Logging I guess (https://www.baeldung.com/java-logging-intro) 🙈

kareblak commented 10 months ago

Thanks @dimitrispallas!