6. Troubleshooting#
When you encounter problems or errors, consult the following files:
/var/log/univention/management-console-server.logContains log information for the UMC server.
/var/log/univention/management-console-module-udm.logContains log information for the UMC user and group management modules.
/var/log/univention/directory-manager-rest.logContains log information for the UDM REST API.
You may also want to increase the log level for the UMC server, module process and UDM REST API as shown in Listing 6.1.
$ ucr set \
umc/server/debug/level='4' \
umc/module/debug/level='4' \
directory/manager/rest/debug/level='4'
$ systemctl restart \
univention-management-console-server \
univention-directory-manager-rest