Skip to content

Commit

Permalink
Update AsyncLogger.WaitStrategy to Block to fix high CPU
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Kurait <akurait@amazon.com>

Signed-off-by: Andre Kurait <akurait@amazon.com>
  • Loading branch information
AndreKurait committed May 4, 2024
1 parent d1771cc commit 507e560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Log4jContextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector
AsyncLogger.WaitStrategy=Yield
AsyncLogger.WaitStrategy=Block
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Log4jContextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector
AsyncLogger.WaitStrategy=Yield
AsyncLogger.WaitStrategy=Block

0 comments on commit 507e560

Please sign in to comment.