File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ use opentelemetry_otlp::WithExportConfig;
32
32
33
33
use crate :: config:: OTLPProtocol ;
34
34
use crate :: filter:: filter_by_thread_tracker;
35
- use crate :: history_tables:: table_to_target;
36
35
use crate :: loggers:: get_layout;
37
36
use crate :: loggers:: new_rolling_file_appender;
37
+ use crate :: predefined_tables:: table_to_target;
38
38
use crate :: remote_log:: RemoteLog ;
39
39
use crate :: structlog:: StructLogReporter ;
40
40
use crate :: Config ;
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ mod panic_hook;
26
26
mod remote_log;
27
27
mod structlog;
28
28
29
- mod history_tables ;
29
+ mod predefined_tables ;
30
30
31
31
pub use crash_hook:: pipe_file;
32
32
pub use crash_hook:: SignalListener ;
@@ -45,14 +45,14 @@ pub use crate::config::StructLogConfig;
45
45
pub use crate :: config:: TracingConfig ;
46
46
pub use crate :: config:: CONFIG_DEFAULT_LOG_LEVEL ;
47
47
pub use crate :: crash_hook:: set_crash_hook;
48
- pub use crate :: history_tables:: init_history_tables;
49
- pub use crate :: history_tables:: HistoryTable ;
50
48
pub use crate :: init:: init_logging;
51
49
pub use crate :: init:: inject_span_to_tonic_request;
52
50
pub use crate :: init:: start_trace_for_remote_request;
53
51
pub use crate :: init:: GlobalLogger ;
54
52
pub use crate :: panic_hook:: log_panic;
55
53
pub use crate :: panic_hook:: set_panic_hook;
54
+ pub use crate :: predefined_tables:: init_history_tables;
55
+ pub use crate :: predefined_tables:: HistoryTable ;
56
56
pub use crate :: remote_log:: convert_to_batch;
57
57
pub use crate :: remote_log:: LogBuffer as RemoteLogBuffer ;
58
58
pub use crate :: remote_log:: LogMessage ;
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments