Skip to content

Commit

Permalink
fix(java agent): trying to fix break
Browse files Browse the repository at this point in the history
  • Loading branch information
zuluecho9 committed Jun 1, 2023
1 parent 97a5ad1 commit 5f5af11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ security: []
[1261](https://github.com/newrelic/newrelic-java-agent/pull/1261).

* Selective RollingFileAppender Usage: The RollingFileAppender is now only used when log_limit_in_kbytes is greater than 0, improving logging efficiency [1228](https://github.com/newrelic/newrelic-java-agent/pull/1228).

## Fixes

* Fixed Cats Effect 2 logging: Addressed issues with Cats Effect 2 logging for better reliability [1269](https://github.com/newrelic/newrelic-java-agent/pull/1269).


## Update to latest version [#procedures]

To identify which version of the Java agent you're currently using, run `java -jar newrelic.jar -v`. Your Java agent version will be printed to your console.
Expand Down

0 comments on commit 5f5af11

Please sign in to comment.