Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Feb 29, 2024
1 parent 27b22f8 commit 8f6b9ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/rest_cmd_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

import argparse
import json
import logging

import besapi

Expand Down Expand Up @@ -57,4 +58,5 @@ def main():


if __name__ == "__main__":
logging.basicConfig(level=logging.WARNING)
main()

0 comments on commit 8f6b9ee

Please sign in to comment.