z/OS Connect File System Logger Interceptor (fileSystemloggerInterceptor)
Defines a z/OS Connect File System logger interceptor.
Attribute name | Data type | Default value | Description |
---|---|---|---|
bufferSize | int | 8192 | Buffer size in bytes to be used when the bufferLogging attribute is set to true. |
bufferedLogging | boolean | false | Indicates whether entries to the log is buffered before they are written to the log file. |
encoding | string | UTF-8 | Encoding used when writting to the log file. |
id | string | A unique configuration ID. | |
logName | string | Log file name pattern used for payload logging. | |
logOption |
|
ALL | Log option that controls what is logged.
|
logPath | string | File system location in which the file log is created. If the environment variable ${server.output.dir} is configured, its value is used by default. | |
maxPayloadSize | int | 524288 | Maximum payload size in characters allowed to be written to the log file. |
rollOffLogPolicy |
|
SIZE | Indicates that log file should be rolled off based on size or duration.
|
rollOffLogPolicyDuration | int | 1440 | Roll off policy duration in minutes. |
rollOffLogPolicySize | int | 52428800 | Roll off policy size in bytes. |
sequence | int
Minimum: 0 Maximum: 2147483647 |
0 | Sequence in which the interceptor is processed with respect to others. |