Naming the log file
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Naming the log file
The DataServer log file name, the number of log files, the log
threshold, and the log append switch settings are derived from their
respective client startup switches: -dslog, -numlogfiles, -logthreshold and -logappend.
For example:
- In self-service mode,
-dslog,-numlogfiles,-logthreshold, and-logappendstartup switches apply to both client and DataServer log files - In client-server mode, the
-dslog,-numlogfiles,-logthreshold, and-logappendsettings are derived from the broker startup - In ProBroker, these are the
-dslog,-numlogfiles,-logthreshold, and-logappendstartup parameters from the_probrkrcommand line - In the Unified Broker, these are
srvrDSLogFile,srvrNumLogFiles,srvrLogThreshold, andsrvrLogAppendubroker properties
All the above attributes are static in nature. They are set at
startup and cannot be modified once established. They are read-only
attributes when requested from the DSLOG-MANAGER runtime
system handle.
Use the -dslog client startup parameter to specify the
DataServer log file name. If -dslog is not specified, then
the DataServer chooses the default log file name of dataserv.lg.