chore: Only show the last 50 log lines

This commit is contained in:
2026-06-18 16:19:11 -05:00
parent ce367e8ce0
commit 85ae6164e0
3 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ namespace :live do
desc 'monitorear salida'
task :tail do
compose('logs', '-f', 'live', compose: 'compose.live.yml')
compose('logs', '-f', 'live', '-n', '50', compose: 'compose.live.yml')
end
desc 'detener entorno'