You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We used to have a single concurrent usage of the `LogWriter`, but this is not the case anymore since b29665f.
Because of this we now loose the runner logs as he file is being truncated during the `buildCmd` call when the LogWrited is fetched.
To fix this i propose to instantiate the LogWriter once which will effectively truncate the file only once per `server:start` launch.
0 commit comments