How to create different log file on the basis of Level? | Selenium Python Forum
A
Arup Kumar Paul Posted on 23/05/2021

Suppose I am going to put all 'Info' related level into one Log file and 'Critical' related level into another log file? How do I implement this? 


0
09914040666 Replied on 14/07/2021

Hey, 

Separating logs into different log files according to levels can be implemented by making different log files and appending the log into that. However, this does not have any proper documentation given for implementing it. You can create your own methods to do so, and the best that could be done is mentioned above.


Related Posts