admin set_log_name

Description

Closes the existing Replication Server log file and opens a new log file.

Syntax

admin set_log_name, log_file

Parameters

log_file

The name of the new log file.

Examples

Example 1

Opens a new log file called SYDNEY_RS.log. You can verify the path and log file name with the admin log_name command.

admin set_log_name,
  '/work/log/SYDNEY_RS.log'

Usage

Permissions

Any user may execute this command.

See also

admin log_name