Skip to content

Commit

Permalink
logger record limiting feature explanation is added
Browse files Browse the repository at this point in the history
  • Loading branch information
Natgho committed Dec 5, 2023
1 parent 1c4d24d commit 19ea58e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Options
-------
1. DJANGO_DB_LOGGER_ADMIN_LIST_PER_PAGE: integer. list per page in admin view. default ``10``
2. DJANGO_DB_LOGGER_ENABLE_FORMATTER: boolean. Using ``formatter`` options to format message. ``True`` or ``False``, default ``False``
3. DJANGO_DB_LOGGER_MAX_LOG_RECORDS: integer. Max log records in database. default ``0`` (unlimited)

Build your own database logger :hammer:
---------------------------------------
Expand Down

0 comments on commit 19ea58e

Please sign in to comment.