Logging ElementThe Logging element controls the amount of information written to Express Server's error and access logs. These log files are stored in <Express Server installation directory>/ImageServer/var/log.
The Logging element contains the following editable attributes:
This attribute specifies whether or not entries are written to the access log. It may have one of the following values:
trueEntries are written to the access log.
falseEntries are not written to the access log.
This attribute specifies the amount of information written to the error log. It may have one of the following values:
emergOnly emergency situations are written to the log. These are situations in which Express Server cannot operate.
alertIncludes
emergand situations that require immediate attention.
critIncludes
alertand above, and critical situations.
errorIncludes all of the above, and errors encountered during Express Server operation.
warnIncludes all of the above, and warnings.
noticeIncludes all of the above, and conditions that are normal but significant.
infoIncludes all of the above, in addition to informational messages.
debugThe most verbose setting, this includes all of the above and information useful for debugging problems.