From 5d4c8cabf2584ccb67e5e73da3f6acdf4f014ff1 Mon Sep 17 00:00:00 2001 From: Arnab Chakraborty <11457760+Rocky43007@users.noreply.github.com> Date: Thu, 27 Jun 2024 01:29:08 +0530 Subject: [PATCH] Update lib.rs --- core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/lib.rs b/core/src/lib.rs index 5fab85af1..273dc9279 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -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()), )