The derby.locks.monitor property specifies that all deadlock errors are logged to the error log.
If derby.stream.error.logSeverityLevel is set to ignore deadlock errors, derby.locks.monitor overrides it.
False.
-- system property
derby.locks.monitor=true
CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY(
'derby.locks.monitor', 'true')
Dynamic; the change takes effect immediately. For information about dynamic changes to properties, see Dynamic and static properties.