diff --git a/streaming/index.js b/streaming/index.js
index 753328e54..ffb570c5b 100644
--- a/streaming/index.js
+++ b/streaming/index.js
@@ -1219,7 +1219,7 @@ const startWorker = async (workerId) => {
 
     ws.on('message', (data, isBinary) => {
       if (isBinary) {
-        log.debug('Received binary data, closing connection');
+        log.warn('socket', 'Received binary data, closing connection');
         ws.close(1003, 'The mastodon streaming server does not support binary messages');
         return;
       }