-
Notifications
You must be signed in to change notification settings - Fork 420
Add query logging #630
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
Closed
Closed
Add query logging #630
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
88410d5
proper fix for 'anomalous backslash' linter warning
dmig 2c645e4
add query logger to Connection class and connect() function
dmig e139d77
query logging in Cursor and PreparedSatetment
dmig 8609acd
fix undefined argument for _parse_connect_arguments
dmig 0835532
fix AttributeError _query_logger
dmig 64af95b
add pool query_logging option
dmig 4013208
fix flake8 errors
dmig b1746f6
remove query text from _get_statement() log messages
dmig 1bd8e57
lower 'uncacheable query' message priority
dmig 8c28612
add log message to _prepare()
dmig 3605c57
return only beginning of query to _get_statement log messages
dmig 2b34cb9
move connect_kwargs description to the place it's expected to be
dmig 670d505
declare `query_logging` explicitly in `create_pool()`
dmig c15d62a
add documentation section about query logging
dmig 102aa23
Avoid unnecessary overhead during connection reset (#648)
kitogo 1089e49
docs: fix simple typo, verifiction -> verification (#682)
timgates42 f5484b2
Don't build aarch64 wheels for now
elprans 3e392d5
asyncpg v0.22.0
elprans 4319d57
Post-release version bump
elprans 26389fe
Merge remote-tracking branch 'upstream/master' into add_logging
dmig 79194ed
Merge branch 'master' into add_logging
dmig 392fa06
Merge branch 'master' into add_logging
dmig de08a01
Merge branch 'master' into add_logging
dmig File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.