No logs in non visual tests

 

I noticed that any non visual test (not an optimization pass) from an EA doesn't log anything I put in print functions, as it used to happen before. Is it a recent bug, or is there any reason for that change (I'm using build 3440)?

*Now I have to write any log into a txt file instead, that solves the issue but it's not too convenient...

 
Manuel Alejandro Cercos Perez:I noticed that any non visual test (not an optimization pass) from an EA doesn't log anything I put in print functions, as it used to happen before. Is it a recent bug, or is there any reason for that change (I'm using build 3440)? *Now I have to write any log into a txt file instead, that solves the issue but it's not too convenient...
It works for me with build 3446 (24 September) that was pushed out by my brokers back then. Maybe because 3440 had some critical bug.
 
Fernando Carreiro #:
It works for me with build 3446 (24 September) that was pushed out by my brokers back then. Maybe because 3440 had some critical bug.

Good to know, I guess I'll have to update to that version! Thanks