how to supress logs that appeared after fresh install?

1 Ansicht (letzte 30 Tage)
Andreas Vande Voorde
Andreas Vande Voorde am 14 Mär. 2019
Beantwortet: Sourav Sukumaran am 29 Jun. 2022
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.

Antworten (1)

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

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by