We need the ability to change the name of the log file which is created as one of our sinks. We want the ability to set this upon startup
We also need the ability to have the unit test functionality automatically determine the name of the log file for the relevant unit test we are executing.
The motivation:
It is a major pain to sift through all of the log files to see which one is actually pertaining to our execution of a given unit test, because they are all named the same thing, only differing by timestamp.
We need the ability to change the name of the log file which is created as one of our sinks. We want the ability to set this upon startup
We also need the ability to have the unit test functionality automatically determine the name of the log file for the relevant unit test we are executing.
The motivation:
It is a major pain to sift through all of the log files to see which one is actually pertaining to our execution of a given unit test, because they are all named the same thing, only differing by timestamp.