Skip to content
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

Fix/logging adapter #110

Merged
merged 8 commits into from
Dec 5, 2023
Merged

Fix/logging adapter #110

merged 8 commits into from
Dec 5, 2023

Conversation

mgdaily
Copy link
Contributor

@mgdaily mgdaily commented Nov 27, 2023

This updates to use the logging adapter that was created in BANZAI, and also updates the base BANZAI image in the Dockerfile. I've ran the e2e tests using the updated Docker image and they pass.

We want to use the logging adapter, which is included in banzai.logs.get_logger - this will bring it in by default
The new base image of python 3.11 means we needed to update a few dependencies

RUN pip install astropy==4.2
RUN pip install astropy==5.3.4
Copy link
Contributor Author

@mgdaily mgdaily Nov 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is what BANZAI is using. needed to update as the base python version was upgraded


USER root

RUN conda install -y coveralls sphinx statsmodels docutils=0.15
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Conda was not able to solve with docutils pinned to 0.15

Also change tox to test with python 3.8/3.9 as 3.7 is EOL
@mgdaily mgdaily merged commit a5efc83 into main Dec 5, 2023
7 checks passed
@mgdaily mgdaily deleted the fix/logging-adapter branch December 5, 2023 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants