Skip to content

Commit

Permalink
examples: use DEBUG in 09-mirror.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed May 15, 2024
1 parent 86feb1e commit 8965ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/foundational/09-mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
load_dotenv(override=True)

logger.remove(0)
logger.add(sys.stderr, level="TRACE")
logger.add(sys.stderr, level="DEBUG")


async def main(room_url, token):
Expand Down

0 comments on commit 8965ff2

Please sign in to comment.