Change log output name from crunchy_cli_core to crunchy_cli

This commit is contained in:
ByteDream 2022-12-28 01:00:34 +01:00
parent 1efb0d74b6
commit 98496a4997

View file

@ -75,8 +75,9 @@ impl CliLogger {
// replace the 'progress' prefix if this function is invoked via 'progress!' // replace the 'progress' prefix if this function is invoked via 'progress!'
record record
.target() .target()
.replacen("progress", "crunchy_cli", 1) .replacen("crunchy_cli_core", "crunchy_cli", 1)
.replacen("progress_end", "crunchy_cli", 1), .replacen("progress_end", "crunchy_cli", 1)
.replacen("progress", "crunchy_cli", 1),
format!("{:?}", thread::current().id()) format!("{:?}", thread::current().id())
.replace("ThreadId(", "") .replace("ThreadId(", "")
.replace(')', ""), .replace(')', ""),