Logging

exception_logfile_filename

File name of the logfile where exceptions are logged. The exception logfile contains information about errors and incorrect input.

metering_logfile_filename

File name of the metering logfile. The metering logfile contains one entry for each container retrieved from a provider.

trace_logfile_filename

File name of the trace logfile. The trace logfile contains a detailed trace of the service's program operation.

exception_logging

Turns the exception logging on and off. Set the value to "true" to activate exception logging. The default value is "true".

metering_logging

Turns the metering logging on and off. Set the value to "true" to activate the logging of retrieved containers. The default value is "true".

trace_logging

Turns the trace logging on and off. Set the value to "true" to activate tracing. Be aware that the traces consume a large amount of disk space. The default value is "false".

use_stderr_for_fatal

If set to "true", fatal errors in exception logging are reported to the logfile and to stderr.

use_stderr_for_exceptions

If set to "true", all exceptions in exception logging are reported to the logfile and to stderr.

trace_verbose_monitor_locks

If set to "true", all entries of synchronized monitors are reported to trace. This option is used for the search of deadlocks.

trace_verbose_get_entitlement

If set to "true", the trace contains all inputs of the getEntitlement calls. This kind of trace might contain personal information about the customer.