Create the temp log only if we are going to use it. This prevents temp file leaks when logging to console.
This is a big problem for us in our CI system. There are large number of files created in temp-directory, which requires us to regularly run clean-up scripts.
Create the temp log only if we are going to use it. This prevents temp file leaks when logging to console.
This is a big problem for us in our CI system. There are large number of files created in temp-directory, which requires us to regularly run clean-up scripts.