mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-04 12:22:55 +00:00
refactor: make init_global_logging() clean and add log_format (#4657)
refactor: refine the code logic of init_global_logging and add json output format
This commit is contained in:
@@ -823,8 +823,8 @@ max_retry_times = 3
|
||||
retry_delay = "500ms"
|
||||
|
||||
[logging]
|
||||
enable_otlp_tracing = false
|
||||
append_stdout = true
|
||||
enable_otlp_tracing = false
|
||||
|
||||
[[region_engine]]
|
||||
|
||||
@@ -883,6 +883,7 @@ write_interval = "30s"
|
||||
fn drop_lines_with_inconsistent_results(input: String) -> String {
|
||||
let inconsistent_results = [
|
||||
"dir =",
|
||||
"log_format =",
|
||||
"data_home =",
|
||||
"bucket =",
|
||||
"root =",
|
||||
|
||||
Reference in New Issue
Block a user