fission-codes / fission-cli

Rewrite it in Rust 🦀
Apache License 2.0
1 stars 1 forks source link

Improve logging implementation #31

Open bgins opened 1 year ago

bgins commented 1 year ago

Summary

Problem

The CLI does not having verbose and quiet logging implementations.

Impact

A developer cannot specify logging levels.

Solution

Improve logging and add verbose and quiet flag implementations. One possibility is to using tracing, but we should look at libraries dedicated to this task for CLIs.