Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

refactor rust library logging #23

@zoedberg

Description

@zoedberg

currently all logs in the rust library are performed at the info level.
several logs could be too verbose so we should use different logging levels.

I propose to use debug logs to show the received requests in their entirety and to use info to just show that a request has been received (without printing the request params).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions