Skip to content

Commit 8cba0f2

Browse files
Update slow-extended.md (#370)
fix formatting of bullets
1 parent 2eb7536 commit 8cba0f2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/slow-extended.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,9 @@ Specifies that only a fraction of `session/query` should be logged. Logging is e
6868
Logging all queries might consume I/O bandwidth and cause the log file to grow large.
6969

7070

71-
* When log_slow_rate_type is `session`, this option lets you log full sessions, so you have complete records of sessions for later analysis; but you can rate-limit the number of sessions that are logged. Note that this feature will not work well if your application uses any type of connection pooling or persistent connections. Note that you change log_slow_rate_limit in `session` mode, you should reconnect for get effect.
71+
* When log_slow_rate_type is `session`, this option lets you log full sessions, so you have complete records of sessions for later analysis; but you can rate-limit the number of sessions that are logged. Note that this feature will not work well if your application uses any type of connection pooling or persistent connections. Note that you change log_slow_rate_limit in `session` mode, you should reconnect for get effect.
7272

73-
74-
* When log_slow_rate_type is `query`, this option lets you log just some queries for later analysis. For example, if you set the value to 100, then one percent of queries will be logged.
73+
* When log_slow_rate_type is `query`, this option lets you log just some queries for later analysis. For example, if you set the value to 100, then one percent of queries will be logged.
7574

7675
Note that every query has global unique `query_id` and every connection can has it own (session) log_slow_rate_limit.
7776
Decision “log or no” calculated in following manner:

0 commit comments

Comments
 (0)