Set logging levels from the web interface
This method results in modifying the logging level for all executables in the product. This could result in very large log files. It is generally better to use the CLI method to pinpoint the specific facility to increase the logging level if possible.
Ensure sufficient disk space is available to accommodate the extra data before enabling a higher level of logging.
To enable enhanced logging from the Manage the system module:
Sign in as superuser or another administrative user.
Select Manage the system > Maintenance > Services > Logging Service (idmlogsvc).
Note the current level for Default level for log messages in order to revert back.
Change the level to "Full debugging".
This is Debug level (5), not Verbose. The Logging service page does not have an option for Verbose levels. Use the CLI method instead for such extended logging.
If additional debugging options are required, select one or more options from the drop down menu directly to the right of Enabled extended log levels, which can be blank by default.
Click Update.
Notify the logging service to read its configuration:
..\service\idmlogsvc -trace-restart
Execute the steps required to reproduce the issue.
To ensure the correct information was captured, check the
idmsuite.log
file.Revert the Default level for log messages to its original level using steps 2-6 after you are satisfied with the information gathered.
See Logging service for more information on global instance logging configuration.