Skip to content

Remove DATAFUSION_RAY_LOG_LEVEL and Migrate to RUST_LOG #14

@NGA-TRAN

Description

@NGA-TRAN

The DATAFUSION_RAY_LOG_LEVEL environment variable was carried over from the original Python-based project and is no longer relevant.

To simplify and standardize logging, we should:

  • Remove all references to DATAFUSION_RAY_LOG_LEVEL
  • Migrate logging configuration to rely exclusively on the standard RUST_LOG environment variable
  • Ensure log levels are consistently respected across binaries and components

This will align the project with common Rust practices and avoid confusion from legacy settings.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions