Skip to content

add debug logging and -v arguments#10

Open
IanC114 wants to merge 1 commit into
SCE-Development:devfrom
IanC114:add-logging-and-args
Open

add debug logging and -v arguments#10
IanC114 wants to merge 1 commit into
SCE-Development:devfrom
IanC114:add-logging-and-args

Conversation

@IanC114

@IanC114 IanC114 commented Jul 13, 2026

Copy link
Copy Markdown

Add debug logging when a websocket connection is established, severed, and when a webhook is received. Also added -v and --verbose flag to increase verbosity

Comment thread server.py

if __name__ == "__main__":
uvicorn.run("server:app", host="0.0.0.0", port=5000)
uvicorn.run(app, host="0.0.0.0", port=5000)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why change this line

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants