This one makes it better for sure
This commit is contained in:
parent
15d17355b5
commit
f42007f436
2 changed files with 204 additions and 194 deletions
|
|
@ -60,6 +60,7 @@ pub struct InitLoggingResult {
|
|||
pub line_broadcast: LineBroadcast,
|
||||
}
|
||||
|
||||
#[inline(never)]
|
||||
pub fn init_logging(opts: InitLoggingOptions) -> anyhow::Result<InitLoggingResult> {
|
||||
let stderr_filter = EnvFilter::builder()
|
||||
.with_default_directive(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue