mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat: removing unnecessary logs from console (#753)
This commit is contained in:
@ -103,7 +103,7 @@ pub fn setup<Str: AsRef<str>>(
|
||||
config::LogFormat::Default => {
|
||||
let logging_layer = fmt::layer()
|
||||
.with_timer(fmt::time::time())
|
||||
.with_span_events(fmt::format::FmtSpan::ACTIVE)
|
||||
.with_span_events(fmt::format::FmtSpan::NONE)
|
||||
.pretty()
|
||||
.with_writer(console_writer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user