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
I'm using version 1.6.9 of vegafusion with Altair. I am using it in the following way: I have a Rust (axum) webserver, which spawns an ipython kernel with vegafusion installed.
I can then do:
alt.data_transformers.enable("vegafusion")
and proceed to create a vega chart. It all works fine, except on the logs, I see a lot of debugging code being logged with no way to disable this verbose mode?
I'm sure this is all internal logs, and there's quite a lot of them. Here they are (at the expense of dumping 3000 lines of logs here)
3000 lines logged in total (~600kb) but there's a limit to how long a Github issue can be, so I pasted only part of it here
Hi @arslnb, thanks for the report. These are indeed verbose logs, and most of them are from VegaFusion's Rust dependencies. These are typically enabled by setting the RUST_LOG environment variable. Could you check if this environment variable is set for you?
Hi,
I'm using version 1.6.9 of vegafusion with Altair. I am using it in the following way: I have a Rust (axum) webserver, which spawns an ipython kernel with vegafusion installed.
I can then do:
alt.data_transformers.enable("vegafusion")
and proceed to create a vega chart. It all works fine, except on the logs, I see a lot of debugging code being logged with no way to disable this verbose mode?
I'm sure this is all internal logs, and there's quite a lot of them. Here they are (at the expense of dumping 3000 lines of logs here)
3000 lines logged in total (~600kb) but there's a limit to how long a Github issue can be, so I pasted only part of it here
The text was updated successfully, but these errors were encountered: