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
{{ message }}
This repository has been archived by the owner on May 23, 2024. It is now read-only.
Currently, when launching containers through the (only) deploy_default method, the script will simply run the docker image with some specified port config and automatic restarts.
I am creating this issue to request log rotation configuration to avoid having giant logfiles taking up too much disk space.
The minimum to complete this issue is simply adding flags to all containers regarding logs (in the above referenced line) with some sane values (be free to comment and discuss about the proposed values (5MB per file, 10 max files => 50MB max per container)
Currently, when launching containers through the (only)
deploy_default
method, the script will simply run the docker image with some specified port config and automatic restarts.https://github.com/NIAEFEUP/niployments/blob/cc0b7da4a7af72afbe278bc388233b5b3fd1c982/deployments/deploy-types.sh#L55
I am creating this issue to request log rotation configuration to avoid having giant logfiles taking up too much disk space.
The minimum to complete this issue is simply adding flags to all containers regarding logs (in the above referenced line) with some sane values (be free to comment and discuss about the proposed values (5MB per file, 10 max files => 50MB max per container)
The next level would be to add the possibility of specifying these values per project, as is done for the ports, for example.
The text was updated successfully, but these errors were encountered: