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?

 Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 27 de Feb. de 2025
Editada: MathWorks Support Team el 27 de Feb. de 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.

Más respuestas (0)

Categorías

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by