Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Implement proper logging in Rust crates #147

@achimcc

Description

@achimcc

Currently all lgging is doen by println!. We should switch to a proper logging solution:

  • replace all println! statements in all creats by log macros
  • use the env_logger crate to output the logs

Background read: https://medium.com/nerd-for-tech/logging-in-rust-e529c241f92e

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions