Skip to content

Commit

Permalink
Add helpful comment about logging level
Browse files Browse the repository at this point in the history
  • Loading branch information
abhineet-gupta committed Nov 30, 2023
1 parent 8247bc1 commit 3bc00d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ROSCO_toolbox/control_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@


logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)
# logger.setLevel(logging.DEBUG)
# Choose logging level below
logger.setLevel(logging.INFO) # For a basic level of logs
# logger.setLevel(logging.DEBUG) # For more detailed logs helpful for debugging



Expand Down

0 comments on commit 3bc00d0

Please sign in to comment.