You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The specific logs for certain logs is logging on other file log.
Example, I have created error.log and warn.log,
When i check the error.log, the message that i have created is there "TEST ERROR"
but when i check the warn log, the error log message is there, so basically on warn.log i have 2 logs
wherein it should have one only w/c "TEST WARN"
The text was updated successfully, but these errors were encountered:
Can you provide steps to reproduce? We often need a reproducible example, e.g. some code that allows someone else to recreate your problem by just copying and pasting it. If it involves more than a couple of different file, create a new repository on GitHub and add a link to that.
The specific logs for certain logs is logging on other file log.
Example, I have created error.log and warn.log,
When i check the error.log, the message that i have created is there "TEST ERROR"
but when i check the warn log, the error log message is there, so basically on warn.log i have 2 logs
wherein it should have one only w/c "TEST WARN"
The text was updated successfully, but these errors were encountered: