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

Convert python logging to dagster logging #123

Open
patrick-troy opened this issue Oct 22, 2024 · 1 comment
Open

Convert python logging to dagster logging #123

patrick-troy opened this issue Oct 22, 2024 · 1 comment

Comments

@patrick-troy
Copy link

patrick-troy commented Oct 22, 2024

Search the repo for import logging and logger = logging.getLogger(__name__) and replace with from dagster import get_dagster_logger and log = get_dagster_logger(__name__)

Make sure to update any references to the original logger to log

@christina-moore
Copy link
Contributor

We need consistent python logging within liia library and dagster logging within liia-tools-pipeline. Need to check the current status.

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

No branches or pull requests

2 participants