Configuration and Administration

glog.local Properties

To control the behavior of Oracle Transportation Management, you can change settings in the glog.properties file or the appropriate property set.

Property

New in Version

Definition

glog.local.avoidPofOnLocalCalls

6.4.3

If true, this property avoids serialization overhead when making J2EE calls local to a single server. If serialization errors are intermittently occurring in a scalable environment, setting this property to false can aid in root cause diagnosis by forcing serialization whether J2EE calls are local or remote.

glog.local.debug

6.3

Allows logging of low-level activity in the "local" container. You can debug the following: method, transaction, synchronization, and jts by defining them in this property.

 For debugging to be logged you must have the Local log ID set.

Related Topics