You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These rich logs are actually clickable, but not enough people are aware of it. It would be nice if I can jump into the definition of the function quickly from the log.
It is actually possible, but currently they are hidden in a big chunk of stacktrace and hard to discover.
In addition, these logs are not always clickable if they are too long (side-effect of rich). See #3276. Recently, #3651 also demands more concise logging.
While the log is
The current stacktrace look nice, but I have to admit that 90% I either look at the last few lines in the bottom or scroll up a lot to see the Kedro log. Important information that I mentioned in the description are often missed. I am also thinking how can we make this easier combined with the %load_node feature.
Possible Implementation
Is it possible to make that important stacktrace emitted from the node function to the logs or to the bottom?
Description
These rich logs are actually clickable, but not enough people are aware of it. It would be nice if I can jump into the definition of the function quickly from the log.
It is actually possible, but currently they are hidden in a big chunk of stacktrace and hard to discover.
In addition, these logs are not always clickable if they are too long (side-effect of rich). See #3276. Recently, #3651 also demands more concise logging.
Context
While the log is
The current stacktrace look nice, but I have to admit that 90% I either look at the last few lines in the bottom or scroll up a lot to see the Kedro log. Important information that I mentioned in the description are often missed. I am also thinking how can we make this easier combined with the
%load_node
feature.Possible Implementation
Is it possible to make that important stacktrace emitted from the node function to the logs or to the bottom?
Both solution will helps a bit.
Possible Alternatives
Bad idea: Push the last ERROR/WARNING to the exception that get raised, so they will show up in the bottom.
The text was updated successfully, but these errors were encountered: