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

Feature/query log control #25

Merged

Conversation

kobemertens
Copy link

Overrides #17

Allow configuration of read and update queries separately

LOG_SPARQL_QUERIES = os.environ.get(
'LOG_SPARQL_QUERIES',
default=LOG_SPARQL_ALL_VAR
).lower() == 'true'
Copy link

Choose a reason for hiding this comment

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

Since the Python boolean syntax is True (capitalized) I suggest adding that one too.

Copy link

Choose a reason for hiding this comment

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

nvm. I didn't notice the lowercasing method.

@kobemertens
Copy link
Author

@MikiDi Does this need more review or can we merge this? :)

@MikiDi
Copy link

MikiDi commented Oct 4, 2024

I indicated my approval for merging this PR as-is by submitting an approval review. I don't have the rights to merge myself however.

@madnificent madnificent merged commit 3b9bf7f into mu-semtech:master Oct 9, 2024
3 checks passed
@kobemertens kobemertens deleted the feature/query_log_control branch October 9, 2024 12:38
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.

3 participants