Parameter: LDF4_FILE_NAME
Definition
Description
This parameter defines the file name template of the file #4 logging destination.
Some variables can be used in the file name template:
- @INSTANCE_ID@: the SAP Convergent Charging Core instance identifier (Example: updater#1, rater#2 ...)
- @INSTANCE_TYPE@: the SAP Convergent Charging Core instance type (Example: updater, rater ...)
- @IP_ADDRESS@: the SAP Convergent Charging Core instance network IP address
- @CURRENT_DATE@: the current date at the time the system is started
- /: the local file name separator
- %h: the home directory, the value of the system property 'user.home'
- %t: the system temporary directory, the value of the system property: 'java.io.tmpdir'. Normally, it is "C:\temp". Therefore:"C:\temp\trace.log" == "%t/trace.log"
- %u: a unique number to make the file name unique, as a GUID. To make sure that no naming conflict will occur.
- %%: the percentage sign
- %g: the sequence number of the file. This is useful only when you specify the file size limit and the maximum number count to do rotation. By default, this will be appended to the end of the filename/file pattern specified. For example:"%t/trace.%g.log" ----> "C:\temp\trace.0.log". By default: "C:\temp\trace.log.0"
SAP SE recommends that you end a log file with an extension '.log' and a trace file with an extension '.trc'.
Detailed Information
| Name | LDF4_FILE_NAME
|
|||||||||||||
| Category | Parameter | |||||||||||||
| Type | String | |||||||||||||
| Access (RO/RW) |
RW(-): Dynamic Read / Static Write An immediate change is not possible.
For a deferred and permanent change, use the |
|||||||||||||
| Group(s) | System: Log and Trace Settings | |||||||||||||
| System Instances | This system parameter is available in the following types of instances in a running SAP CC system: rater, updater, guider, bulkloader, taxer, dispatcher | |||||||||||||
| Default Values (Factory Settings) |
|
|||||||||||||
Additional Information
See the LDF1_ENABLED and LDF2_ENABLED system parameters for more information about the configuration of the log and trace functions in the SAP CC system.
