Skip to content

Fixed typo in setProfilingLevel() docs #806

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
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/reference/method/db.setProfilingLevel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ db.setProfilingLevel()
Modifies the current :term:`database profiler` level. This allows
administrators to capture data regarding performance. The database
profiling system can impact performance and can allow the server to
write the contents of queries to the log, which might information
write the contents of queries to the log, which might have information
security implications for your deployment.

The following profiling levels are available:
Expand Down