mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Change log output name from crunchy_cli_core to crunchy_cli
This commit is contained in:
parent
1efb0d74b6
commit
98496a4997
1 changed files with 3 additions and 2 deletions
|
|
@ -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(')', ""),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue