# cf-nodejs-logging-support

> Logging tool for Cloud Foundry

Latest version **8.1.1** (published 2026-09-15) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install cf-nodejs-logging-support
pnpm add cf-nodejs-logging-support
yarn add cf-nodejs-logging-support
bun add cf-nodejs-logging-support
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 8.1.1 |
| Published | 2026-09-15 |
| First published | 2017-01-27 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=22 |
| Dependencies | 7 |
| Unpacked size | 466.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 46 |
| Author | Christian Dinse, Nicklas Dohrn, Federico Romagnoli |
| Maintainers | nicklas.dohrn, christiand93, anklei, hariharangandhi, federico.romagnoli.sap, sap-ospo-admin |
| Keywords | logging, cloud-foundry |

## Links

- npm: https://www.npmjs.com/package/cf-nodejs-logging-support
- Repository: https://github.com/SAP/cf-nodejs-logging-support
- Homepage: https://sap.github.io/cf-nodejs-logging-support/
- Issues: https://github.com/SAP/cf-nodejs-logging-support/issues
- npm.io page: https://npm.io/package/cf-nodejs-logging-support

## Dependencies (7)

- [ajv](https://npm.io/package/ajv.md) ^8.18.0
- [triple-beam](https://npm.io/package/triple-beam.md) ^1.4.1
- [jsonwebtoken](https://npm.io/package/jsonwebtoken.md) ^9.0.3
- [winston-transport](https://npm.io/package/winston-transport.md) ^4.9.0
- [@opentelemetry/api](https://npm.io/package/@opentelemetry/api.md) ^1.9.1
- [json-stringify-safe](https://npm.io/package/json-stringify-safe.md) ^5.0.1
- [@opentelemetry/api-logs](https://npm.io/package/@opentelemetry/api-logs.md) ^0.222.0

## Alternatives

- [cli-color](https://npm.io/package/cli-color.md) — 3.4M weekly downloads
- [log](https://npm.io/package/log.md) — 1.3M weekly downloads
- [logstash-client](https://npm.io/package/logstash-client.md) — 4.5K weekly downloads
- [@nocobase/plugin-logger](https://npm.io/package/@nocobase/plugin-logger.md) — 2.0K weekly downloads
- [child-process-debug](https://npm.io/package/child-process-debug.md) — 695 weekly downloads

## Recent versions

- 8.1.1 (latest) — 2026-09-15
- 8.1.0-beta.1 (beta) — 2026-09-14
- 8.1.0 — 2026-09-14
- 8.1.0-beta.0 — 2026-05-28
- 8.0.0 — 2026-05-27
- 8.0.0-beta.1 — 2026-05-26
- 8.0.0-beta.0 — 2026-05-13
- 7.5.6-beta.0 — 2026-04-29
- 7.4.6 — 2026-04-29
- 7.5.5-beta.1 — 2026-02-18
- 7.5.5-beta.0 — 2026-02-18
- 7.4.5 — 2026-02-18
- 7.5.4-beta.0 — 2026-02-05
- 7.4.4 — 2026-02-05
- 7.5.3-beta.0 — 2026-01-15
- … 106 more at https://npm.io/package/cf-nodejs-logging-support/versions

## README

# Node.js Logging Support for Cloud Foundry   

[![Version npm](https://img.shields.io/npm/v/cf-nodejs-logging-support.svg)](https://www.npmjs.com/package/cf-nodejs-logging-support)
[![npm Downloads](https://img.shields.io/npm/dm/cf-nodejs-logging-support.svg)](https://www.npmjs.com/package/cf-nodejs-logging-support)
[![Node.js CI](https://github.com/SAP/cf-nodejs-logging-support/actions/workflows/node.js.yml/badge.svg)](https://github.com/SAP/cf-nodejs-logging-support/actions/workflows/node.js.yml)
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/cf-nodejs-logging-support)](https://api.reuse.software/info/github.com/SAP/cf-nodejs-logging-support)

## Summary

This library provides a bundle of targeted logging services for node.js applications running on Cloud Foundry which serves two main purposes: 
It provides means to emit *structured application log messages* and instrument parts of your application stack to *collect request metrics*.

## Documentation

Head over to our [Documentation](https://sap.github.io/cf-nodejs-logging-support/) to learn more about features and how to use this library.

## Licensing

Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the [REUSE](https://api.reuse.software/info/github.com/SAP/cf-nodejs-logging-support) tool.

---
_Source: https://npm.io/package/cf-nodejs-logging-support · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
