Skip to content

Improve server startup message for local development#20

Closed
mohityadav8 wants to merge 1 commit intoEAPD-DRB:mainfrom
mohityadav8:improve-startup-logging
Closed

Improve server startup message for local development#20
mohityadav8 wants to merge 1 commit intoEAPD-DRB:mainfrom
mohityadav8:improve-startup-logging

Conversation

@mohityadav8
Copy link

This PR improves the local development startup experience.
Previously, running python API/app.py only printed PORTTTTTTTT, which made it unclear whether the server had started successfully. Since the application uses Waitress for local execution, no default Flask startup message was shown, causing confusion for new contributors.
This change replaces the debug output with a clear startup message displaying the server URL and keeps the existing behavior unchanged for both local and Heroku environments.

Changes made:
Removed confusing debug print statements
Added informative startup message indicating server address
Preserved existing Waitress and Heroku deployment logic
This helps contributors quickly confirm that the application is running correctly without affecting functionality.
image

@mohityadav8
Copy link
Author

close #19

@mohityadav8
Copy link
Author

@autibet take a look

@SeaCelo
Copy link
Collaborator

SeaCelo commented Feb 26, 2026

Thank you @mohityadav8. PR #28 has been merged and already includes the PORTTT... fix plus related startup/runtime updates. So this PR is now overlapping for that integration path.

Closing as superseded.

@SeaCelo SeaCelo closed this Feb 26, 2026
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