Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
triceo committed Dec 10, 2024
1 parent c091272 commit 8723497
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ Even `debug` logging can slow down performance considerably for fast stepping al
(such as Late Acceptance and Simulated Annealing),
but not for slow stepping algorithms (such as Tabu Search).
Both trace logging and debug logging cause congestion in xref:using-timefold-solver/running-the.solver.adoc#multithreadedSolving[multi-threaded solving] with most appenders,
Both trace logging and debug logging cause congestion in xref:using-timefold-solver/running-the-solver.adoc#multithreadedSolving[multi-threaded solving] with most appenders,
see below.
In Eclipse, `debug` logging to the console tends to cause congestion with move evaluation speeds above 10 000 per second.
Expand Down Expand Up @@ -391,7 +391,7 @@ logging.config.fileConfig('logging.conf')
[NOTE]
====
When running multiple solvers or a xref:using-timefold-solver/running-the.solver.adoc#multithreadedSolving[multi-threaded solver],
When running multiple solvers or a xref:using-timefold-solver/running-the-solver.adoc#multithreadedSolving[multi-threaded solver],
most appenders (including the console) cause congestion with `debug` and `trace` logging.
Switch to an async appender to avoid this problem or turn off `debug` logging.
====
Expand Down

0 comments on commit 8723497

Please sign in to comment.