Skip to content

breaking: split stage in stage out #120

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Mar 15, 2023
Prev Previous commit
Next Next commit
fix: print method output in docker + tweak docker compose files
  • Loading branch information
wphyojpl committed Feb 6, 2023
commit 30b8de2a30e00f39f734ab0a02cc41c7fd8a7f22
2 changes: 1 addition & 1 deletion cumulus_lambda_functions/docker_entrypoint/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ def choose_process():
if __name__ == '__main__':
logging.basicConfig(level=int(os.environ.get('LOG_LEVEL', '10')),
format="%(asctime)s [%(levelname)s] [%(name)s::%(lineno)d] %(message)s")
choose_process()
print(choose_process())
2 changes: 1 addition & 1 deletion docker/stage-in-stage-out/dc-001-search.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: "3.7"
services:
cumulus_granules_download:
cumulus_granules_search:
image: ghcr.io/unity-sds/unity-data-services:1.7.0
command: ["SEARCH"]
environment:
Expand Down
Loading