Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Commit 6dd68a9

Browse files
authored
fix config (#47)
1 parent 8ea5866 commit 6dd68a9

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

docs/src/resources/config-ceresdb-cluster0.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ bind_addr = "0.0.0.0"
66
http_port = 5440
77
grpc_port = 8831
88
mysql_port = 3307
9-
log_level = "info"
10-
deploy_mode = "Cluster"
9+
10+
[logger]
11+
level = "info"
1112

1213
[analytic.storage]
1314
mem_cache_capacity = '1G'
@@ -17,7 +18,7 @@ mem_cache_partition_bits = 0
1718
type = "Local"
1819
data_dir = "/tmp/ceresdb0"
1920

20-
[analytic.wal_storage]
21+
[analytic.wal]
2122
type = "RocksDB"
2223
data_dir = "/tmp/ceresdb0"
2324

docs/src/resources/config-ceresdb-cluster1.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ bind_addr = "0.0.0.0"
66
http_port = 5441
77
grpc_port = 8832
88
mysql_port = 13307
9-
log_level = "info"
10-
deploy_mode = "Cluster"
9+
10+
[logger]
11+
level = "info"
1112

1213
[analytic.storage]
1314
mem_cache_capacity = '1G'
@@ -17,7 +18,7 @@ mem_cache_partition_bits = 0
1718
type = "Local"
1819
data_dir = "/tmp/ceresdb1"
1920

20-
[analytic.wal_storage]
21+
[analytic.wal]
2122
type = "RocksDB"
2223
data_dir = "/tmp/ceresdb1"
2324

0 commit comments

Comments
 (0)