How to enable Jaggery level debug logs in WSO2 Identity Server
1 min readMar 15, 2019
When enabling debug logs for jaggery apps in WSO2 Identity Server, We may get confused how to configure it.
The steps to enable debug logs are given below:
- Open <IS_HOME>/repository/deployment/server/jaggerypps
- To enable debug logs in dashboard webapp, go inside jaggaryapps/dashboard
- Open jaggery.conf
- In jaggary.conf, you can find element called “logLevel”: “info”.
6.Modify this as “logLevel”: “debug”
If debug logs are enabled you should be able to see below logs in the console when starting the Identity Server.
The below logs can be observed, when dashboard when dashboard app runs