Skip to content

Commit

Permalink
Change logging level in art.py from DEBUG to INFO for improved log cl…
Browse files Browse the repository at this point in the history
…arity
  • Loading branch information
gijsvdhoven committed Nov 29, 2024
1 parent e69c40c commit ea16402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant-samsung-frame-art-beta/art.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@



logging.basicConfig(level=logging.DEBUG) #or logging.DEBUG to see messages
logging.basicConfig(level=logging.INFO) #or logging.DEBUG to see messages

def parseargs():
# Add command line argument parsing
Expand Down

0 comments on commit ea16402

Please sign in to comment.