Paramètre SAP icm/security_log - Configuration of ICM security log

Parameter
icm/security_log

Short text
Configuration of ICM security logYou can use this parameter to configure the security log of the ICM:
The parameter has the following syntax:icm/security_log = LOGFILE=<(><<)>Name of the log file<(>><)>[, LEVEL=<(><<)>security level<(>><)>, MAXSIZEKB=<(><<)>max. size of
the log file<(>><)>,SWITCHTF=<(><<)>options for new file<(>><)>, FILEWRAP=on]The specifications have the following meaning:
LOGFILE
Name of the output file in file system.So that the files have meaningful names, you can use thefollowing options to specify the file name:

  • %d day in month (1-31)

  • %m month in year (1-12)

  • %y 4 character year in format YYYY

  • %h hour (0-23)

  • %t minute (0-59)

  • %s seconds (0-59)

  • %% '%' character

  • LOGFILE=security_log-%d-%m-%y_%h:%t:%s
    produces a security file with the name:security_log-15-12-2000_16:51:53
    LEVEL=1-3: corresponding to the trace level, this value specifieslevel of detail of the logging:
    • 1: Only the reason for the entry is logged

    • 2: Additional information about the status of the connection
    • and the start of the data that causes the entryare logged (default value)
      • 3: All data that causes the entry is logged

      • MAXSIZEKB
        Maximum size of the security file in kilobytesIf this size is exceeded, the current file is closed and a newfile (with a different name) is opened.
        SWITCHTF
        A new security log can be generated not only when acertain size is reached, but also on the basis of time changes.You can use the following values: hour, day, month. After thisperiod has passed, a new file is to be created.
        FILEWRAP
        FILEWRAP=on means that whenever a new file would bestarted (due to the time or size limit being exceeded), theexisting security file is reset and rewritten. There is thereforeonly ever one security file, which contains the current securitydata.

        Work area
        ICM

        Parameter unit
        character string

        Default value
        LOGFILE=dev_icm_sec,MAXSIZEKB=500

        Who is allowed
        The customer

        Limitation for os
        None

        Limitation for db
        None

        Other parameter
        No

        Valid_values
        See description