Allows you to set or change the logging level OpenEdge Replication is running for both the Replication server and agents.

Syntax

dsrutil db-name -C logginglevel new-logging-level 

Parameters

db-name

The name of the database to perform the action on. The name of the database must be the first argument and must be a valid name.

new-logging-level
The new logging level to set. It must be an integer between 0 and 3 as described in the following table.
Logging Level Description
0 (None) Logs no entries.

This is equivalent to turning logging off.

1 (Errors) Logs OpenEdge Replication error messages.

This is the minimum amount of logging.

2 (Basic) Logs "basic" information such as the start and end of transactions and connections as well as summary information. Errors logged at Level 1 are also logged.

This is the suggested logging level.

3 (Verbose) Log all messages and details, including the information logged at Level 1 and 2.

The new logging level remains in effect until you change it again online, or until Replication restarts. If the Replication server or agent is restarted, the logging-level value set in the repl.properties file is used.