YahooArchive / arrow

FE Test framework designed to promote TDD
http://yahoo.github.io/arrow/arrow_intro.html
BSD 3-Clause "New" or "Revised" License
55 stars 59 forks source link

Arrow's DEBUG level should't output arrow infrastructure messages. #18

Open mojit0 opened 12 years ago

mojit0 commented 12 years ago

Arrows internal debugging logs should be output at a "SYSTEM" level not "DEBUG" to keep the logs specific to those messages output by framework consumers.

proverma commented 10 years ago

I understand, you only want to see debug messages created by your tests ? are you ok arrow's INFO level messages ?