Skip to content

Commit

Permalink
Allow orchestrator log level setting
Browse files Browse the repository at this point in the history
  • Loading branch information
drivebyer authored and cndoit18 committed Jun 19, 2023
1 parent e52d35e commit e1af942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/development/Dockerfile.orchestrator
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ EXPOSE 3000 10008
VOLUME [ "/var/lib/orchestrator" ]

ENTRYPOINT ["/usr/local/bin/docker-entrypoint"]
CMD ["/usr/local/bin/orchestrator", "-quiet", "-config", "/etc/orchestrator/orchestrator.conf.json", "http"]
CMD ["/usr/local/bin/orchestrator", "-config", "/etc/orchestrator/orchestrator.conf.json", "http"]

# set expiration time for dev images
# https://support.coreos.com/hc/en-us/articles/115001384693-Tag-Expiration
Expand Down
2 changes: 1 addition & 1 deletion images/mysql-operator-orchestrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ ENTRYPOINT [ "/usr/local/bin/dockerize", \
"-template", \
"/usr/local/share/orchestrator/templates/orc-topology.cnf:/etc/orchestrator/orc-topology.cnf", \
"--" ]
CMD ["/usr/local/orchestrator/orchestrator", "-quiet", "-config", "/etc/orchestrator/orchestrator.conf.json", "http"]
CMD ["/usr/local/orchestrator/orchestrator", "-config", "/etc/orchestrator/orchestrator.conf.json", "http"]

0 comments on commit e1af942

Please sign in to comment.