Skip to content

Commit

Permalink
Correct missing period at the end of a sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan committed Aug 29, 2023
1 parent ab26eb2 commit c9f7929
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Logging exceptions that occur in your code is important to track bugs, but it's

The code::

# Caution, diagnose=True is the default and may leak sensitive data in prod
# Caution, "diagnose=True" is the default and may leak sensitive data in prod
logger.add("out.log", backtrace=True, diagnose=True)

def func(a, b):
Expand Down Expand Up @@ -278,7 +278,8 @@ Would result in:
Note that this feature won't work on default Python REPL due to unavailable frame data.

See `Security considerations when using Loguru <https://loguru.readthedocs.io/en/stable/resources/recipes.html#security-considerations-when-using-loguru>`_
See also: `Security considerations when using Loguru <https://loguru.readthedocs.io/en/stable/resources/recipes.html#security-considerations-when-using-loguru>`_.


Structured logging as needed
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit c9f7929

Please sign in to comment.