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

sql: add a new optional secondary logger for internal slow queries #8306

Closed
jseldess opened this issue Sep 15, 2020 · 0 comments · Fixed by #8614
Closed

sql: add a new optional secondary logger for internal slow queries #8306

jseldess opened this issue Sep 15, 2020 · 0 comments · Fixed by #8614

Comments

@jseldess
Copy link
Contributor

PR: cockroachdb/cockroach#52377

From release notes:

Added a new cluster setting sql.log.slow_query.internal which, when turned on in conjunction with the slow query log, causes slow internal queries to be logged to a slow internal query log at cockroach-sql-slow-internal-only.log. Internal queries are no longer logged to the slow query log. This new setting is opt-in. The default behavior is to not log slow internal queries. [#52377][#52377] {% comment %}doc{% endcomment %}

@jseldess jseldess added this to the 20.2 milestone Sep 15, 2020
@jseldess jseldess added the A-sql label Sep 15, 2020
@ericharmeling ericharmeling added this to To do in SQL Docs Sprint (10/5 - 10/19) via automation Oct 7, 2020
@ericharmeling ericharmeling moved this from To do to In progress in SQL Docs Sprint (10/5 - 10/19) Oct 8, 2020
@ericharmeling ericharmeling moved this from In progress to In review in SQL Docs Sprint (10/5 - 10/19) Oct 8, 2020
SQL Docs Sprint (10/5 - 10/19) automation moved this from In review to Done Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants