Configuration and Administration

glog.trackConnections 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.trackConnections.on

 

Enables connection tracking.

glog.trackConnections.onReset

24A

If this is set to true, every iteration through user and workflow threads will check for connection issues. Any problems are automatically written to the exception logs.

Default: true.

glog.trackConnections.traceAllOpens

 

Captures code traces for every nested opening of the connection.

glog.trackConnections.traceOpen

 

Captures code traces for the initial opening of the connection.

Related Topics