Update lib.rs

This commit is contained in:
Arnab Chakraborty 2024-06-27 01:29:08 +05:30
parent 73b286df12
commit 5d4c8cabf2

View file

@ -262,7 +262,7 @@ impl Node {
.with_file(true)
.with_line_number(true)
.with_ansi(false)
.with_target(false)
.with_target(true)
.with_writer(logfile)
.with_filter(EnvFilter::from_default_env()),
)