-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unset the default logLevel in the integration (#529)
If the logLevel was set by default by the Node.js integration it would always use that level, even if `debug` was set. This option is deprecated, but if set, and `logLevel` is not configured by the app, we should listen to these options. I've removed the default `logLevel` from the integration, but it will be set by the extension and agent's log_level behavior. Since there's no centralized logger in the Node.js integration yet, we do not need to update any configuration for the integration's logger.
- Loading branch information
Showing
4 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
packages/nodejs/.changesets/fix-debug-and-transaction_debug_mode-log-options.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
bump: "patch" | ||
type: "fix" | ||
--- | ||
|
||
Fix debug and transaction_debug_mode log options. If set, previously the log_level would remain "info", since version 2.2.6. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters