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

Remove NOTICE level elogs #469

Closed
pskrbasu opened this issue May 17, 2024 · 0 comments · Fixed by #470
Closed

Remove NOTICE level elogs #469

pskrbasu opened this issue May 17, 2024 · 0 comments · Fixed by #470
Assignees
Labels
bug Something isn't working

Comments

@pskrbasu
Copy link
Contributor

The NOTICEs were for troubleshooting and should have been removed before release.

The steampipe CLI doesnt seem to show notices, but if you run queries in psql you see them:

$ psql postgres://[email protected]:9193/steampipe
psql (15.5, server 14.2)
SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, compression: off)
Type "help" for help.

steampipe=> select * from aws_ec2_instance order by instance_id;
NOTICE:  deparseLimit - there are sortClause
NOTICE:  fdwGetForeignPaths - there are query_pathkeys
NOTICE:  computeDeparsedSortGroup: numSortFields 0, numSortableFields 1, canPushdownAllSortFields 0
NOTICE:  computeDeparsedSortGroup returned canPushdownAllSortFields: 0
@pskrbasu pskrbasu added the bug Something isn't working label May 17, 2024
@pskrbasu pskrbasu self-assigned this May 17, 2024
@pskrbasu pskrbasu changed the title Remove the NOTICEs Remove NOTICE level elogs May 17, 2024
@pskrbasu pskrbasu linked a pull request May 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant