You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
ok, I was able to workaround by providing an HttpClientConnection with these methods overriden and then in the two locations that log out the warning, change them to just log the class of the message.
An alternative solution might be for akka.io ByteString to not implement toString! I'll create a ticket for that.
I'm using spray-can directly for some low level stuff and when my code hits this line:
spray/spray-io/src/main/scala/spray/io/ConnectionHandler.scala
Line 44 in ccc3f20
well, wow, I can say goodbye to the harddrive, because it prints out multi-multi-gigabyte log messages that look something like:
I've noticed others have encountered the same thing, e.g. dcaoyuan/spray-websocket#24
Is there anything can be done? The only workaround I can see is to change the logging level to ERROR to avoid seeing it in the logs.
The text was updated successfully, but these errors were encountered: