CustomLogSettings document (Data API 23.2)
Document representing custom logging settings.
Property | Type | Constraints | Description |
---|---|---|---|
debug_permitted |
boolean | False if the current instance is production. | |
debug_to_file |
boolean | Indicates if custom debug logs are written to file. | |
email_to |
String | maxLength=1000 | Email addresses for fatal log messages with a maximum length of 1000 characters. |
error_to_file |
boolean | Indicates if custom error logs are written to file. | |
fatal_to_file |
boolean | Indicates if custom fatal logs are written to file. | |
info_to_file |
boolean | Indicates if custom info logs are written to file. | |
log_categories |
[LogCategory] | Defined custom log categories. | |
root_level |
String | Custom root category log level. | |
warn_to_file |
boolean | Indicates if custom warn logs are written to file. |
X
OCAPI versions 15.x and 16.x will be retired on March 31, 2021. For dates and more information, see the OCAPI versioning and deprecation policy and this Knowledge Article.