Skip to content

Commit e1af942

Browse files
drivebyercndoit18
authored andcommitted
Allow orchestrator log level setting
1 parent e52d35e commit e1af942

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/development/Dockerfile.orchestrator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ EXPOSE 3000 10008
5050
VOLUME [ "/var/lib/orchestrator" ]
5151

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

5555
# set expiration time for dev images
5656
# https://support.coreos.com/hc/en-us/articles/115001384693-Tag-Expiration

images/mysql-operator-orchestrator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ ENTRYPOINT [ "/usr/local/bin/dockerize", \
3636
"-template", \
3737
"/usr/local/share/orchestrator/templates/orc-topology.cnf:/etc/orchestrator/orc-topology.cnf", \
3838
"--" ]
39-
CMD ["/usr/local/orchestrator/orchestrator", "-quiet", "-config", "/etc/orchestrator/orchestrator.conf.json", "http"]
39+
CMD ["/usr/local/orchestrator/orchestrator", "-config", "/etc/orchestrator/orchestrator.conf.json", "http"]

0 commit comments

Comments
 (0)