Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Watchful1 committed Sep 23, 2024
1 parent bf79ea2 commit c6a743c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/getting_started/logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Add the following to your code to log everything available:
logger.setLevel(logging.DEBUG)
logger.addHandler(handler)
Or you can use the following to write the logs to a file for longer running bots or scripts when you need to look back at what the bot did hours ago.
Or you can use the following to write the logs to a file for longer running bots or
scripts when you need to look back at what the bot did hours ago.

.. code-block:: python
Expand Down

0 comments on commit c6a743c

Please sign in to comment.