Procedures and workflows / QA Dev Mode for crons

QA Dev Mode for crons

Implementing dev mode will require us to add a feature to the logger

logForTest. This will be added after the code is done and by a request from a member of the QA team. The cron must be run with TESTMODETRUE at the end. WIth this active we will treat it similar to DEVMODETRUE. But we will not print the full logger info. Only the ones with logForTest. And vice versa. With DEVMODETRUE we will not print any of the logs from logForTest.

Is this article helpful?
0 0 0