Skip to content

Commit

Permalink
Change logging level to DEBUG for more detailed output
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsvdhoven committed Nov 28, 2024
1 parent a5ca4c2 commit eff7555
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 @@ -9,7 +9,7 @@
from samsungtvws.async_art import SamsungTVAsyncArt
from samsungtvws import exceptions

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

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

0 comments on commit eff7555

Please sign in to comment.