-
Hi, Apparently Jax use of absl somehow prevents the use of the normal Python logging library, so instead I tried using absl.logging. However, the documentation for absl is extremely sparse and I don't see any way to specify the filepath I want to write the log to. So my question is how can I write log messages to a chosen filepath when using Jax? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
If we figure out the remaining bits of #10968, you may no longer need to work with absl logging. We'd welcome your input on that PR! EDIT: the change is in, as #12769. We no longer require absl logging. |
Beta Was this translation helpful? Give feedback.
-
Pasting Eshijias solution from here:
|
Beta Was this translation helpful? Give feedback.
If we figure out the remaining bits of #10968, you may no longer need to work with absl logging. We'd welcome your input on that PR!
EDIT: the change is in, as #12769. We no longer require absl logging.