Closed kyao closed 6 years ago
@RqS I can see that you have added the logging for each step execution. The problem is we run multiple evaluations in parallel, hence the output is really cluttered. Is it possible to pack the logs of each evaluation into one log message? I am not if it is a reasonable thing to try, so just go with any solution that you find fit.
How about using some string in the output to identify the process so that the logs can be parceled out by using grep
@proska I have not added any logging, what you have seen is probably some print statements in profiler. But what you said is a problem, I also noticed when I am writing logging, will try to find some solution.
The logging output is from the d3m primitive loading module. It prints a couple of lines for each primitive it loads.
I added an logger to controller.py and that caused d3m logs to to be printed.
Merged
Use python's logging module to log the behavior our ta2 system and ta1 primitives.
Things to log include:
Debugging output: