Mayil-AI-Sandbox / loguru-Jan2023

MIT License
0 stars 0 forks source link

How to create separate logs for each process (hashtag643) #75

Closed vikramsubramanian closed 3 weeks ago

vikramsubramanian commented 3 weeks ago

Hi I need a separate log for each process, How can i do it?

vikramsubramanian commented 3 weeks ago

Hi.

You just need to [add()]( an handler in each of your process. Make also sure that the child process does not inherit handlers from the parent process.

vikramsubramanian commented 3 weeks ago

tks