Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.4.0 #153

Merged
merged 1 commit into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion loggers/morgan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @elastic/ecs-morgan-format Changelog

## Unreleased
## v1.4.0

- Add `service.version`, `service.environment`, and `service.node.name` log
correlation fields, automatically inferred from an active APM agent. As
Expand Down
2 changes: 1 addition & 1 deletion loggers/morgan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/ecs-morgan-format",
"version": "1.1.0",
"version": "1.4.0",
"description": "A formatter for the morgan logger compatible with Elastic Common Schema.",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion loggers/pino/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @elastic/ecs-pino-format Changelog

## Unreleased
## v1.4.0

- Add `service.version`, `service.environment`, and `service.node.name` log
correlation fields, automatically inferred from an active APM agent. As
Expand Down
2 changes: 1 addition & 1 deletion loggers/pino/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/ecs-pino-format",
"version": "1.3.0",
"version": "1.4.0",
"description": "A formatter for the pino logger compatible with Elastic Common Schema.",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion loggers/winston/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @elastic/ecs-winston-format Changelog

## Unreleased
## v1.4.0

- Add `service.version`, `service.environment`, and `service.node.name` log
correlation fields, automatically inferred from an active APM agent. As
Expand Down
2 changes: 1 addition & 1 deletion loggers/winston/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/ecs-winston-format",
"version": "1.3.1",
"version": "1.4.0",
"description": "A formatter for the winston logger compatible with Elastic Common Schema.",
"main": "index.js",
"types": "index.d.ts",
Expand Down
Loading