Changing the log level
Sometimes you may need to increase the log level to troubleshoot unexpected behavior.
Below is an example of how to change the log level.
logging:
leap:
level: Leap:*=detail,Leap:com.ibm.form.nitro.*=finest
Leap:[packageName1].*=[level1],Leap:[packageName2].*=[level2],...
The default log configuration is *=info
.
See logging levels for more details.
Parent topic: Preparation