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 日

0 投票

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 ExchangeServer Management についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by