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
With the addition of the Git-based deployment, the number of logs generated becomes extremely huge, which will soon cause performance issues.
Also, as all the logs are provided only after the job has been finished, users have no idea if there is any progress and it is not possible to understand at which step the job currently is.
We need to stream logs from the agent to the user's browser and store the build logs in the VictoriaLogs database.
The text was updated successfully, but these errors were encountered:
With the addition of the Git-based deployment, the number of logs generated becomes extremely huge, which will soon cause performance issues.
Also, as all the logs are provided only after the job has been finished, users have no idea if there is any progress and it is not possible to understand at which step the job currently is.
We need to stream logs from the agent to the user's browser and store the build logs in the VictoriaLogs database.
The text was updated successfully, but these errors were encountered: