how to supress logs that appeared after fresh install?

1 回表示 (過去 30 日間)
Andreas Vande Voorde
Andreas Vande Voorde 2019 年 3 月 14 日
回答済み: Sourav Sukumaran 2022 年 6 月 29 日
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.

回答 (1 件)

Sourav Sukumaran
Sourav Sukumaran 2022 年 6 月 29 日
Hi,
Try running the following command and reopnen matlab
$ sudo rm -rf ~/.matlab

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by