Skip to content

Commit

Permalink
Merge pull request #1637 from edx/alangsto/remove_fluentd_var
Browse files Browse the repository at this point in the history
chore: remove unused fluentd var
  • Loading branch information
alangsto authored Jan 11, 2023
2 parents c5c0ef2 + 4f14323 commit 42489b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions devops/jobs/CreateSandbox.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,6 @@ class CreateSandbox {
booleanParam("run_oauth",true,"")

stringParam("nginx_users",'[{"name": "{{ COMMON_HTPASSWD_USER }}","password": "{{ COMMON_HTPASSWD_PASS }}","state":"present"}]',"")

booleanParam("fluentd_logging", false, "This enables a fluentd container which can be used for handling logs from other docker containers")
}


Expand Down

0 comments on commit 42489b0

Please sign in to comment.