umccr / htsget-rs

A server implementation of the htsget protocol for bioinformatics in Rust
https://samtools.github.io/hts-specs/htsget.html
MIT License
39 stars 9 forks source link

refactor: clean and tidy up logs #250

Open mmalenic opened 5 months ago

mmalenic commented 5 months ago

The logs produced by the htsget-rs server are currently quite verbose. They can be difficult to understand, as there are many data points that are repeated when using #[instrument] on a function. All tracing logs and #[instrument] lines should be reviewed, and logs should be minimized to make them more understandable.