add tail to not spam
All checks were successful
Publish Docker Image / docker (push) Successful in 1m15s
All checks were successful
Publish Docker Image / docker (push) Successful in 1m15s
This commit is contained in:
parent
2c0d4cdcae
commit
f3599cc4ac
@ -19,4 +19,4 @@ def restartTraefik():
|
|||||||
|
|
||||||
def getTraefikLogs():
|
def getTraefikLogs():
|
||||||
print("Getting Traefik logs, please wait...")
|
print("Getting Traefik logs, please wait...")
|
||||||
subprocess.run(["docker", "logs", containerName, "-f"])
|
subprocess.run(["docker", "logs", containerName, "-f", "--tail=250"])
|
Loading…
Reference in New Issue
Block a user