I started using tracing and other logging libraries in rust but I have a question.
they all of some macros trace, debug, info, warn, error
my question is when should I use which one of them?
I saw some examples in the library docs and info, warn, error are pretty straight forward but trace and debug of very similar and I don't know where I should use them
thanks for helping