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?

 Réponse acceptée

MathWorks Support Team
MathWorks Support Team le 27 Fév 2025
Modifié(e) : MathWorks Support Team le 27 Fév 2025
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.

Plus de réponses (0)

Catégories

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by