Skip to content

Commit

Permalink
Merge pull request #26 from ocadotechnology/disable-accesslog
Browse files Browse the repository at this point in the history
fix: Disable access log
  • Loading branch information
mikebryant authored Sep 17, 2018
2 parents 609fd83 + a578b72 commit 7c63a4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mirroroperator/registrymirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,8 @@ def generate_stateful_set(self, stateful_set):
value="/etc/registry-certs/tls.crt"),
client.V1EnvVar(name="REGISTRY_HTTP_TLS_KEY",
value="/etc/registry-certs/tls.key"),
client.V1EnvVar(name="REGISTRY_LOG_ACCESSLOG_DISABLED",
value="true"),
client.V1EnvVar(name="REGISTRY_LOG_FORMATTER",
value="logstash"),
client.V1EnvVar(name="REGISTRY_STORAGE_DELETE_ENABLED",
Expand Down

0 comments on commit 7c63a4f

Please sign in to comment.