diff --git a/src/utils/dockerUtils.py b/src/utils/dockerUtils.py index 5a1d197..4452445 100644 --- a/src/utils/dockerUtils.py +++ b/src/utils/dockerUtils.py @@ -19,4 +19,4 @@ def restartTraefik(): def getTraefikLogs(): print("Getting Traefik logs, please wait...") - subprocess.run(["docker", "logs", containerName, "-f"]) \ No newline at end of file + subprocess.run(["docker", "logs", containerName, "-f", "--tail=250"]) \ No newline at end of file