log Section
- all
- buffering
- CallbackService
- ChatService
- ClusterService
- consistency-errors-suppress
- CoreService
- DataDepotService
- debug
- DistributedJobExecutor
- DistributedJobQueue
- expire
- NotificationService
- OrsService
- segment
- ServicesService
- SharedService
- standard
- StatisticService
- StorageService
- SubscriptionService
- trace
- UrsService
- verbose
all
Default Value:
Valid Values:
Changes Take Effect: Immediately.
Specifies the outputs to which an application sends all log events. The log output types must be separated by a comma when more than one output is configured.
buffering
Default Value: false
Valid Values: true, false
Changes Take Effect: Immediately.
True to turn operating system file buffering on. This option applies only to stderr and stdout output. Setting this option to true increases output performance. Note: When you enable buffering, messages may appear at the console with delay.
CallbackService
Default Value: false
Valid Values: true, false
Changes Take Effect: Immediately
Enables log for Callback Service.
ChatService
Default Value: false
Valid Values: true, false
Changes Take Effect: Immediately
Enables log for Chat Service.
ClusterService
Default Value: false
Valid Values: true, false
Changes Take Effect: Immediately
Enables log for Cluster Service.
consistency-errors-suppress
Default Value: false
Valid Values: true, false
Changes Take Effect: Immediately
Disables consistency level message errors when down to 1.
CoreService
Default Value: false
Valid Values: true, false
Changes Take Effect: Immediately
Enables log for options at startup.
DataDepotService
Default Value: false
Valid Values: true, false
Changes Take Effect: Immediately
Enables log for DataDepot Service.
debug
Default Value: stdout
Changes Take Effect: Immediately.
Specifies the outputs to which an application sends the log events of the Debug level and higher (that is, log events of the Standard, Interaction, Trace, and Debug levels). The log output types must be separated by a comma when more than one output is configured.
DistributedJobExecutor
Default Value: false
Valid Values: true, false
Changes Take Effect: Immediately
Enables log for job engine executor.
DistributedJobQueue
Default Value: false
Valid Values: true, false
Changes Take Effect: Immediately
Enables log for job engine queue.
expire
Default Value: 20
Changes Take Effect: Immediately.
Determines whether log files expire. If they do, sets the measurement for determining when they expire, along with the maximum number of files (segments) or days before the files are removed.
NotificationService
Default Value: false
Valid Values: true, false
Changes Take Effect: Immediately
Enables log for Notification Service.
OrsService
Default Value: false
Valid Values: true, false
Changes Take Effect: Immediately
Enables log for ORS Service.
segment
Default Value: 10000
Changes Take Effect: Immediately.
Specifies whether there is a segmentation limit for a log file. If there is, sets the mode of measurement, along with the maximum size. If the current log segment exceeds the size set by this option, the file is closed and a new one is created.
ServicesService
Default Value: false
Valid Values: true, false
Changes Take Effect: Immediately
Enables log for Services.
Default Value: false
Valid Values: true, false
Changes Take Effect: Immediately
Enables log for Shared Service.
standard
Default Value: stdout
Changes Take Effect: Immediately.
Specifies the outputs to which an application sends the log events of the Standard level. The log output types must be separated by a comma when more than one output is configured.
StatisticService
Default Value: false
Valid Values: true, false
Changes Take Effect: Immediately
Enables log for statistics.
StorageService
Default Value: false
Valid Values: true, false
Changes Take Effect: Immediately
Enables log for Storage Service.
SubscriptionService
Default Value: false
Valid Values: true, false
Changes Take Effect: Immediately
Enables log for Subscription Service.
trace
Default Value: stdout
Changes Take Effect: Immediately.
Specifies the outputs to which an application sends the log events of the Trace level and higher (that is, log events of the Standard, Interaction, and Trace levels). The log outputs must be separated by a comma when more than one output is configured.
UrsService
Default Value: false
Valid Values: true, false
Changes Take Effect: Immediately
Enables log for URS Service.
verbose
Default Value: standard
Changes Take Effect: Immediately.
Determines whether a log output is created. If it is, specifies the minimum level of log events generated. The log events levels, starting with the highest-priority level, are Standard, Interaction, Trace, and Debug.