Troubleshooting

6. Troubleshooting#

When you encounter problems or errors, consult the following files:

/var/log/univention/management-console-server.log

Contains log information for the UMC server.

/var/log/univention/management-console-module-udm.log

Contains log information for the UMC user and group management modules.

/var/log/univention/directory-manager-rest.log

Contains 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.

Listing 6.1 Increase log levels#
$ 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