From fa3eb247db1424660373c6ef83a031b1c741dbfa Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Fri, 20 Dec 2024 14:43:51 +0800 Subject: [PATCH] Add the "toml" code fence to TiKV config (#19742) (#19748) --- tune-tikv-memory-performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tune-tikv-memory-performance.md b/tune-tikv-memory-performance.md index 7dc4c45180a79..f7c688acf797b 100644 --- a/tune-tikv-memory-performance.md +++ b/tune-tikv-memory-performance.md @@ -29,7 +29,7 @@ Each CF also has a separate `write buffer`. You can configure the size by settin ## Parameter specification -``` +```toml # Log level: trace, debug, warn, error, info, off. log-level = "info"