Skip to content

Commit

Permalink
Merge pull request #634 from AndreKurait/FixHighCPU
Browse files Browse the repository at this point in the history
Update AsyncLogger.WaitStrategy to Block to fix high CPU
  • Loading branch information
AndreKurait authored May 6, 2024
2 parents d1771cc + 507e560 commit db63133
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 db63133

Please sign in to comment.