Skip to content

better log output #48

Closed
Closed
@2bndy5

Description

@2bndy5

I want colored logs 🎨

This can be condition by using an env variable (CPP_LINTER_COLOR maybe?). It would require some alteration in the logger dependency though.

By default, we can have the color disabled in CI (like many other tools), but we can have color enabled during local (not CI) execution.

Less logs from dependencies

Currently the debug output includes logs from reqwest library:

DEBUG: starting new connection: https://api.github.com/
DEBUG: starting new connection: https://api.github.com/

This is rather superfluous to the end-user and shouldn't be shown. It just adds clutter to the log output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions