Skip to content

Commit

Permalink
[pinpoint-apm#186] Release v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
feelform committed May 3, 2024
1 parent 6eaa004 commit 8d3f37f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to Pinpoint Node.js agent will be documented in this file.

## [0.8.4] - 2024-05-03
### Changed
- #186 Change error log level to info log

## [0.8.3] - 2021-11-19
### Fixed
- #93 Fix Agent ID length validator
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Logger {
}

warn() {
this.logger.info.apply(null, arguments)
this.logger.warn.apply(null, arguments)
}

error() {
Expand Down

0 comments on commit 8d3f37f

Please sign in to comment.