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
Log.Info("Failed to log to file, using default stderr")
jobLog.Out = os.Stderr
}
}
// let's add a queue and job cancellation
// and let's save job data in files in /logs that way people can keep track of jobs done and see what happened during the job (e.g. randomized frame every tenth frame)