This repository was archived by the owner on Mar 12, 2026. It is now read-only.
Commit ee70ab4
authored
fix: bug about logging nothing (#1250)
## Rationale
Bug leading to logging nothing is introduced by pr #1235 , I fix it in
this pr by overwritting `tag` default value to empty.
## Detailed Changes
+ Hide all detailed impl about logging in `logger` crate.
+ Overwrite default `tag` value(set by `log` crate) to empty.
## Test Plan
Test manually.1 parent 2acc473 commit ee70ab4
File tree
143 files changed
+221
-176
lines changed- analytic_engine
- src
- compaction
- instance
- manifest
- memtable
- columnar
- skiplist
- row_iter
- sst
- parquet
- table
- tests
- benchmarks
- src
- bin
- catalog_impls
- src
- catalog
- src
- cluster
- src
- components
- logger
- src
- message_queue
- src/kafka
- object_store
- src
- obkv
- panic_ext
- src
- parquet_ext
- src
- prune
- profile
- src
- table_kv
- src
- obkv
- timed_task
- src
- docs
- interpreters
- src
- table_manipulator
- meta_client
- src
- partition_table_engine
- proxy
- src
- grpc
- http
- influxdb
- opentsdb
- query_engine
- src/datafusion_impl
- logical_optimizer
- physical_optimizer
- physical_plan_extension
- query_frontend
- src
- influxql
- remote_engine_client
- src
- router
- src
- server
- src
- grpc
- meta_event_service
- remote_engine_service
- storage_service
- mysql
- postgresql
- src/ceresdb
- bin
- src
- system_catalog
- src
- table_engine
- src
- partition/rule
- wal
- src
- message_queue_impl
- rocks_impl
- table_kv_impl
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
143 files changed
+221
-176
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | 117 | | |
119 | 118 | | |
120 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments