apache / apache/datafusion-ballista
[feat] Enable enable delete log periodically.
- Dominant language
- Rust
- Stars
- 2.1k
- Forks
- 320
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 66
Description
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
(This section helps Arrow developers understand the context and *why* for this feature, in addition to the *what*)
For now we are using `tokio-tracing` (also used in influx-iox, datafuse) to manage our tracing log. But there is not a feature like sl4j in java to delete our outdated log on disk. For long running application , we need manually delete them 😂, So before `tokio-tracing` support it, i think we need this feature.
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
Contributor guide
Research direction
The issue names tokio-tracing and periodic deletion of outdated log files, but it does not identify any source files, tests, or entry points. First locate the logging configuration and disk-log handling in the repository, then determine the desired retention and scheduling behavior. Done should mean long-running applications can remove outdated logs automatically without manual deletion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- observability
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100