Collect Log Information:
This article provides information on how to collect logs for vIDM using CLI
If it's a clustered environment, you will need to run it on each of the nodes
VMware Identity Manager 3.3.x
Collecting the log file bundle
Take SSH session to vIDM nodes and run below command
/usr/local/horizon/scripts/gatherLogs.hzn
The above will export the logs and config and save it under '/opt/vmware/horizon/workspace/temp/vmlogs'
/usr/local/horizon/scripts/getProtectedLogFiles.hzn exportProtectedLogs
The above will export messages and boot.log
/usr/local/horizon/scripts/getProtectedLogFiles.hzn exportJournalLogs
The above will export the complete Journal Logs
Incase you want to enable the Debug logging, you can follow the below steps:
Change the log level from INFO to DEBUG. This can be done by following these steps:
NOTE: Make sure to revert the logging back to INFO to reduce the volume of logs generated.