rust-cli / env_logger

A logging implementation for `log` which is configured via an environment variable.
https://docs.rs/env_logger
Apache License 2.0
803 stars 125 forks source link

Process IDs #201

Open kpcyrd opened 3 years ago

kpcyrd commented 3 years ago

hey!

I have multiple processes that write to the same terminal, and since there's no difference in the::module::path it's not possible to tell them apart.

Is there a simple way to include the process id in the log output?

Thanks!

PS: Could you consider enabling discussions on this repo?