Search code examples
loggingwso2jaggery-jswso2-iot

Change debug level wso2 emm jaggery application


I'm modifying the emm jaggery application of the WSO2 EMM server, and i'm trying to see the debug messages, I've modified the "logLevel": "debug" propierty in the jaggery.conf file , restarted the server but i still cannot see anything in the wso2carbon.log file.

How i can see these messages ?

I'm directly modifying the source code at /repository/deployment/server/jaggeryapps/emm

I'll really appreciate your help

Gabriel.


Solution

  • To solve this issue i followed these steps :

    1. cd /repository/deployment/server/jaggeryapps/emm
    2. edit the jaggery.conf file
    3. modify the "logLevel": "info" entry to "logLevel": "debug"
    4. restart the server and enjoy !