Creating a unique log file per connected client
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
By default, the log file started in the server context is shared by all client/server connections started under a specific broker.
You can optionally set another environment variable at startup
called $UNIQUE_DSLOG if you wish to have a unique
log file name for each client session.
When the $UNIQUE_DSLOG environment variable
is set on, the log file name starts with ds_ followed
by the log file name specified for the server context followed by
the server's process ID number. The file extension continues to
be .lg. The full name syntax is as follows:
|