-
Notifications
You must be signed in to change notification settings - Fork 908
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
INFO level logging is missing on Databricks #3639
Comments
Hi @noklam , looks like it works well on my side. Could you please share your setup? Mine is Azure Databricks on Platform McK. |
[email protected]:noklam/databricks-iris-19.git I have the old repostory here, I don't think I have much time to look at it this week. I tried the platform mck but I struggled with setting up a databricks instance. We can either connect next week or if you could quickly clone the repo and see if it works. |
I tried your project and it works well. I can see the INFO logs. Let's discuss it further next week. |
I couldn't reproduce the issue. Tried with 0.19.2 (the version that I reported this) and the latest 0.19.5, we can close this if there is nothing more to do. |
We have confirmed that INFO logging messages are visible and functioning properly on Databricks. The issue is no longer relevant, so we are closing the ticket. |
Description
On Databricks:
On IPython:
Context
I assume all
INFO
level logging are not visible, I had issues with Databricks so I cannot run the pipeline.Steps to Reproduce
%load_ext kedro.ipython
Expected Result
The
info
logging should be shown on Databricks.Actual Result
The
INFO
loggging is missingThe text was updated successfully, but these errors were encountered: