diff --git a/fluence-faas/src/misc/log_utf8_string_impl.rs b/fluence-faas/src/misc/log_utf8_string_impl.rs index 41e0450b..2b545531 100644 --- a/fluence-faas/src/misc/log_utf8_string_impl.rs +++ b/fluence-faas/src/misc/log_utf8_string_impl.rs @@ -44,6 +44,7 @@ pub(super) fn log_utf8_string( .args(format_args!("{}", msg)) .level(level) .module_path(module.into()) + .target(module) .build(), ), None => log::warn!("logger: incorrect UTF8 string's been supplied to logger"),