How do I enable verbose logging for MATLAB Web App Server?

I am being asked to provide verbose logs in MATLAB Web App Server to get more information to debug an issue. How do I enable verbose logging?

 채택된 답변

MathWorks Support Team
MathWorks Support Team 2025년 2월 27일
편집: MathWorks Support Team 2025년 2월 27일
MATLAB Web App Server runs at "Normal" logging level by default. To enable verbose logging:
  1. Stop the server:  
    webapps-stop
  2. (Optional) Back up or delete existing logs by copying/clearing the existing contents of the "logs" directory. 
  3. Set the logging level to "verbose": 
    webapps-config set logging_level verbose
  4. Restart the server: 
    webapps-start
  5. Reproduce the issue again to generate verbose logs capturing the issue.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Server Management에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by