Skip to content

Commit

Permalink
Fixed lists in logger.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
eternallyBaffled authored Sep 23, 2023
1 parent 0750e0e commit 283f890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/admin/logger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ By default, it will log everything in the ``logs`` directory inside the installa
Two log files are generated:

* One is used to log FSCrawler code execution, named ``fscrawler.log``. It's automatically
rotated every day or after 20mb of logs and gzipped. Logs are removed after 7 days.
rotated every day or after 20mb of logs and gzipped. Logs are removed after 7 days.
* One is used to trace all information about documents, named ``documents.log``. It's automatically
rotated every day or after 20mb of logs and gzipped. Logs are removed after 7 days.
rotated every day or after 20mb of logs and gzipped. Logs are removed after 7 days.

You can change this strategy by modifying the ``config/log4j2.xml`` file.
Please read `Log4J2 documentation <https://logging.apache.org/log4j/2.x/manual/index.html>`_ on how to configure Log4J.
Expand Down

0 comments on commit 283f890

Please sign in to comment.