emabee / flexi_logger

A flexible logger for rust programs that can write to stderr, stdout, and/or to log files
Apache License 2.0
315 stars 55 forks source link

Remove debug formatting from thread names #139

Closed mpalmer closed 1 year ago

mpalmer commented 1 year ago

Love flexi_logger, it's a great way to handle logs. I noticed that when I was using the with_thread formatter on a TTY, the thread names did not look quite right... so I fixed it!

emabee commented 1 year ago

Thanks!