From 85ae6164e0b312887c423e944cac21d9485f73a3 Mon Sep 17 00:00:00 2001 From: aserrador Date: Thu, 18 Jun 2026 16:19:11 -0500 Subject: [PATCH] chore: Only show the last 50 log lines --- Rakefile | 2 +- modules/google_integration | 2 +- modules/naliia | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Rakefile b/Rakefile index 080e3a8..8fbe7c5 100644 --- a/Rakefile +++ b/Rakefile @@ -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' diff --git a/modules/google_integration b/modules/google_integration index fc43341..1fd0347 160000 --- a/modules/google_integration +++ b/modules/google_integration @@ -1 +1 @@ -Subproject commit fc433410289a5c2f694523136ad8e11d54c33ab0 +Subproject commit 1fd0347230a42d592c597e0a0c49acc7953e8104 diff --git a/modules/naliia b/modules/naliia index c86e7b0..f811956 160000 --- a/modules/naliia +++ b/modules/naliia @@ -1 +1 @@ -Subproject commit c86e7b0088758ed69f3c4596435c71140df40cbc +Subproject commit f811956551e2d192cd0430a63f7d19f4370ed31e