Navigation:  Getting Started > Configure the application >

Logging und Debugging

Previous pageReturn to chapter overviewNext page

UserManagement Admin Web creates by default a log-file named „UserManagementAdmin.log“ into the /tmp-directory. If there is no file with logging and debugging information available check the permissions on the /tmp-directory!

These log levels are available to be configured at <log4net> in the file web.config:

 

Logging-Level

Description

ALL

Most comprehensive level – every action gets logged

DEBUG

Very comprehensive level – contains development information

INFO


WARN

Contains error and warning messages

ERROR

Contains normal (ERROR) and critical (FATAL) errors

FATAL

Only critical errors get logged

OFF

Logging is switched off --> no logging

Log levels overview

 

By default the log level is set to the value “ERROR” – that’s a good setting for an installation in a productive environment!