Skip to content

Commit

Permalink
Merge pull request #1715 from eternallyBaffled/patch-1
Browse files Browse the repository at this point in the history
Fixed lists in logger.rst
  • Loading branch information
dadoonet authored Sep 24, 2023
2 parents 0750e0e + 283f890 commit f69de2f
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 f69de2f

Please sign in to comment.