how to supress logs that appeared after fresh install?

1 view (last 30 days)
when i start up matlab and during my entire use i get these Socket messages in my command line. Is there a way to get rid of them ?
04:32:22 INFO: READ: OnHeadersReceivedMessage{type=OnHeadersReceived, uid=569, browserContextId=0, requestId=58, url=https://localhost:31515/messageservice/async, method=POST, originalHeaders=Date: Thu, 14 Mar 2019 15:32:11 GMT
Connection: Keep-Alive
Server: EmbeddedConnector/1.0
Content-Type: application/json;charset=UTF-8
Content-Length: 193
, overrideHeaders=}, SocketInfo{channelId=0, browserId=-1, channelType=Main}
04:32:22 INFO: WRITE: OnHeadersReceivedMessage{type=OnHeadersReceived, uid=569, browserContextId=0, requestId=58, url=https://localhost:31515/messageservice/async, method=POST, originalHeaders=Date: Thu, 14 Mar 2019 15:32:11 GMT
Connection: Keep-Alive
Server: EmbeddedConnector/1.0
Content-Type: application/json;charset=UTF-8
Content-Length: 193
, overrideHeaders=}, SocketInfo{channelId=0, browserId=-1, channelType=Main}
04:32:22 INFO: READ: ...
I'm using linux and the academic matlab r2018b.

Answers (1)

Sourav Sukumaran
Sourav Sukumaran on 29 Jun 2022
Hi,
Try running the following command and reopnen matlab
$ sudo rm -rf ~/.matlab

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!