Skip to content

Commit

Permalink
fix: Update zoom/tools/helper.py
Browse files Browse the repository at this point in the history
Co-authored-by: Grant Linville <[email protected]>
  • Loading branch information
tybalex and g-linville authored Mar 6, 2025
1 parent 5b3cdd2 commit 73ca027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zoom/tools/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def setup_logger(name):

# Create a log formatter
formatter = logging.Formatter(
"[WordPress Tool Debugging Log]: %(asctime)s - %(name)s - %(levelname)s - %(message)s"
"[Zoom Tool Debugging Log]: %(asctime)s - %(name)s - %(levelname)s - %(message)s"
)
stderr_handler.setFormatter(formatter)

Expand Down

0 comments on commit 73ca027

Please sign in to comment.