i have this error showing in my nonui app server 
	
	
	
	
	
	
	
	
	
		java.net.SocketException: Connection reset
    at java.base/java.net.SocketInputStream.read(SocketInputStream.java:186)
    at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
    at java.base/java.net.SocketInputStream.read(SocketInputStream.java:126)
    at anywheresoftware.b4a.randomaccessfile.AsyncStreams$AIN.run(AsyncStreams.java:199)
	 
	
	
		
	
 
this is raised when a client have an abnormal disconnect , Erel said that its fine to ignore it .
and i am ignoring it . but i dont want to see this message  in my nonui console log because when there is many clients and if some of them have an abnormal disconnect 
my nonui console became filled with this log message , which cover other important logs that i need to view 
any idea how to avoid showing this message in my nonui log console app ?