Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: log full pg version to stderr on connection #3220

Merged
merged 1 commit into from
Feb 11, 2024

Conversation

steve-chavez
Copy link
Member

@steve-chavez steve-chavez commented Feb 9, 2024

Closes #3184

Logs now show:

09/Feb/2024:16:54:47 -0500: Starting PostgREST 11.2.0 (eaa1d81)...
09/Feb/2024:16:54:47 -0500: Admin server listening on port 3001
09/Feb/2024:16:54:47 -0500: Attempting to connect to the database...
09/Feb/2024:16:54:47 -0500: Listening on port 3000
09/Feb/2024:16:54:47 -0500: Successfully connected to PostgreSQL 15.5 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 12.3.0, 64-bit

@steve-chavez
Copy link
Member Author

steve-chavez commented Feb 11, 2024

Looks harmless. Will merge to make a minor release.

@steve-chavez steve-chavez merged commit 21e8ca5 into PostgREST:main Feb 11, 2024
21 of 23 checks passed
@steve-chavez steve-chavez mentioned this pull request Feb 19, 2024
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Log the select version() when connecting to the database
1 participant