Skip to content

Commit ff3dc2e

Browse files
adamjernstfacebook-github-bot
authored andcommitted
Silence RCTInspectorPackagerConnection logspam
Reviewed By: jingc Differential Revision: D6480638 fbshipit-source-id: 7610f4136b81fcb16c93920c3b70bf551b4e9ddd
1 parent 4d37cf0 commit ff3dc2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

React/Inspector/RCTInspectorPackagerConnection.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ - (void)sendToPackager:(NSDictionary *)messageObject
272272
- (void)abort:(NSString *)message
273273
withCause:(NSError *)cause
274274
{
275-
RCTLogInfo(@"Error occurred, shutting down websocket connection: %@ %@", message, cause);
275+
RCTLogTrace(@"Error occurred, shutting down websocket connection: %@ %@", message, cause);
276276

277277
[self closeAllConnections];
278278
[self disposeWebSocket];

0 commit comments

Comments
 (0)