How to enable Jaggery level debug logs in WSO2 Identity Server

Piraveena Paralogarajah
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:

  1. Open <IS_HOME>/repository/deployment/server/jaggerypps
  2. To enable debug logs in dashboard webapp, go inside jaggaryapps/dashboard
  3. Open jaggery.conf
  4. In jaggary.conf, you can find element called “logLevel”: “info”.
<IS_HOME>/repository/deployment/server/jaggerypps/dashboard/jaggery.conf

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.

Debug logs in the console when the server is started

The below logs can be observed, when dashboard when dashboard app runs

Debug logs when dashboard app is running

--

--

Piraveena Paralogarajah
Piraveena Paralogarajah

Written by Piraveena Paralogarajah

Software Engineer @WSO2, CSE Undergraduate @ University of Moratuwa, Former Software Engineering Intern @ WSO2

No responses yet