We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f01bb commit b950430Copy full SHA for b950430
1 file changed
README.md
@@ -58,5 +58,5 @@ Fix the solution to remove the race condition between the threads.
58
Each thread should take the value that was decremented by the previous thread, and the logs should be consistent.
59
Let's allow only one thread to execute the meaningful part of code at a time.
60
61
-Note that you should push the file with logs to your PR, so please, do not add it to `.gitignore`.
+Note that you should push the file with logs to your PR, so please, do not add it o `.gitignore`.
62
You may probably need to use the absolute path to the log file in `log4j2.xml`.
0 commit comments