Commit 89b7af7e authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Baja todavía más el nivel de logs

parent 6b27771b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ version: '3.5'
services:
  traefik:
    command:
      - "--logLevel=INFO"
      - "--logLevel=DEBUG"
      - "--entrypoints=Name:http Address::80 Redirect.EntryPoint:https"
      - "--entrypoints=Name:https Address::443 TLS:/ssl/certFile.cert,/ssl/keyFile.key"
      - "--defaultentrypoints=http,https"