mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-07-23 11:15:27 +00:00
first iteration of handling file deletes yeehaw
This commit is contained in:
parent
a797d5b378
commit
e13f396268
8 changed files with 274 additions and 218 deletions
|
@ -21,7 +21,6 @@ pub fn new_trace_id() -> String {
|
|||
}
|
||||
|
||||
pub fn init_logger() -> GlobalLoggerGuard {
|
||||
slog_stdlog::init_with_level(log::Level::Debug).unwrap();
|
||||
slog_scope::set_global_logger(Logger::root(&*DRAIN_SWITCH, o!()))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue