Skip to content

Commit a14add6

Browse files
committed
Apply suggestion from review
1 parent 984cd9d commit a14add6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/general-usage/04-custom-fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is particularly useful for adding metadata that can help with filtering, se
1313

1414
## Format and type transformation for SAP logging services
1515

16-
While the library can be used independently of SAP logging services, it provides built-in support for logging custom fields compatible with [SAP Application Logging Service](https://help.sap.com/docs/application-logging-service) and [SAP Cloud Logging](https://help.sap.com/docs/SAP_CLOUD_LOGGING).
16+
While the library can be used independently of SAP logging services, it provides built-in support for logging custom fields compatible with [SAP Application Logging Service](https://help.sap.com/docs/application-logging-service) and [SAP Cloud Logging](https://help.sap.com/docs/cloud-logging).
1717
This includes proper formatting and type conversion of custom fields to ensure compatibility with the respective logging service:
1818

1919
- **SAP Application Logging**: Custom fields are formatted as key-value pairs within a special `#cf` field in the log message. The values are converted to strings to ensure compatibility with the service's field type requirements.

docs/index.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ nav_order: 1
1212
This library provides a bundle of targeted logging services for Node.js applications running on Cloud Foundry which serves two main purposes:
1313
It provides means to emit *structured application log messages* and instrument parts of your application stack to *collect request metrics*.
1414

15-
The library is optimized for seamless integration with SAP BTP Cloud Foundry environment and its logging services [SAP Application Logging Service](https://help.sap.com/docs/application-logging-service) and [SAP Cloud Logging](https://help.sap.com/docs/SAP_CLOUD_LOGGING).
15+
The library is optimized for seamless integration with SAP BTP Cloud Foundry environment and its logging services [SAP Application Logging Service](https://help.sap.com/docs/application-logging-service) and [SAP Cloud Logging](https://help.sap.com/docs/cloud-logging).
1616

1717
To get started follow our [Getting Started](/cf-nodejs-logging-support/getting-started/) chapters to install the library and learn how to integrate it with supported server frameworks.
1818

0 commit comments

Comments
 (0)