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 CenterFile Exchange에서 Introduction 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