If you are using an HTTP transport channel, you can add the following custom property to the configuration settings for that HTTP transport channel.
To add a custom property:
Following is a list of custom properties provided with the application server. These properties are not shown on the settings page for an HTTP transport channel.
inProcessLogFilenamePrefix
Use to specify a prefix for the filename of the network log file. Normally, when inprocess optimization is enabled, requests through the inprocess path are logged based on the logging attributes set up for the Web container's network channel chain. You can use this property to add a prefix to the filename of the network log file. This new filename is then used as the filename for the log file for inprocess requests. Requests sent through the inprocess path are logged to this file instead of to the network log file. For example, if the log file for a network transport chain is named .../httpaccess.log, and this property is set to local for the HTTP channel in that chain, the filename of the log file for inprocess requests to the host associated with that chain is .../localhttpaccess.log.
Data type | String |